dotfiles/home/private_dot_config/hypr/executable_execs.sh

22 lines
467 B
Bash
Raw Normal View History

2024-10-21 14:01:05 -05:00
#!/usr/bin/env bash
2024-11-03 09:11:13 -06:00
# 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
#
2024-10-21 14:01:05 -05:00
pkill hypridle
hypridle &
pkill kanshi
kanshi &
2024-11-03 09:11:13 -06:00
kill $(pgrep --full 'hyprman watch')
2024-10-21 14:01:05 -05:00
2024-11-03 09:11:13 -06:00
hyprman watch & # start eww here?
2024-10-21 14:01:05 -05:00
pkill eww # started by hyprman start
hyprman start &