add existing execs script
This commit is contained in:
parent
9cd35cf7f5
commit
ed42d89339
1 changed files with 9 additions and 2 deletions
|
@ -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 &
|
||||||
|
|
Loading…
Reference in a new issue