Ensure jobrunner quits before exit
This commit is contained in:
parent
07b35c025a
commit
0cfc31cced
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ bind = SUPER_SHIFT, Y, movetoworkspace, 0
|
||||||
# --> Session management
|
# --> Session management
|
||||||
bindt = SUPER_SHIFT, M, exec, $programsJobrunner hyprctl reload
|
bindt = SUPER_SHIFT, M, exec, $programsJobrunner hyprctl reload
|
||||||
bindt = SUPER_SHIFT, L, exec, cd $dirHypr;hyprlock
|
bindt = SUPER_SHIFT, L, exec, cd $dirHypr;hyprlock
|
||||||
bindt = SUPER_SHIFT, Q, exit
|
bindt = SUPER_SHIFT, Q, exec, $programsJobrunner EXIT; sleep 1s; pkill -9 jobrunner; rm -rf /tmp/jobrunner; hyprctl dispatch exit
|
||||||
bindt = SUPER_SHIFT, W, exec, poweroff
|
bindt = SUPER_SHIFT, W, exec, poweroff
|
||||||
bindt = SUPER_SHIFT, E, exec, reboot
|
bindt = SUPER_SHIFT, E, exec, reboot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue