From 0cfc31cced4c0d58af1e84dadfb33267de4462c7 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 4 Jun 2024 12:33:33 +0200 Subject: [PATCH] Ensure jobrunner quits before exit --- gui/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/hypr/hyprland.conf b/gui/hypr/hyprland.conf index 898a8108..43a71efa 100644 --- a/gui/hypr/hyprland.conf +++ b/gui/hypr/hyprland.conf @@ -112,7 +112,7 @@ bind = SUPER_SHIFT, Y, movetoworkspace, 0 # --> Session management bindt = SUPER_SHIFT, M, exec, $programsJobrunner hyprctl reload 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, E, exec, reboot