add existing execs script

This commit is contained in:
Daylin Morgan 2024-11-03 09:11:13 -06:00
parent 9cd35cf7f5
commit ed42d89339
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,14 +1,21 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# exec-once = hyprctl setcursor catppuccin-mocha-dark-cursors 24
# exec-once = swww-daemon
# exec-once = mako
# exec-once = udiskie
# exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
# exec-once = ~/wallpapers/cycle.sh
#
pkill hypridle pkill hypridle
hypridle & hypridle &
pkill kanshi pkill kanshi
kanshi & kanshi &
kill $(pgrep --full 'hyprman swww') kill $(pgrep --full 'hyprman watch')
hyprman swww & hyprman watch & # start eww here?
pkill eww # started by hyprman start pkill eww # started by hyprman start
hyprman start & hyprman start &