From a47706a5bd5ee5be16e3fe443b6008cac9ee741d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 19 Jul 2022 11:51:48 +0300 Subject: Added on-wm-logout scripts to jgmenu commands --- .config/jgmenu/append.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 5d0627d..3fa7906 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -1,7 +1,7 @@ ^sep() -Log Out,pkill -KILL -u $USER,system-log-out +Log Out,~/scripts/system/on-wm-logout.sh && pkill -KILL -u $USER,system-log-out Lock Now,~/.i3lock/lock.sh now,system-lock-screen ^sep() Suspend,~/.i3lock/lock.sh suspend,system-suspend -Reboot,loginctl reboot,system-reboot -Shutdown,loginctl poweroff,system-shutdown +Reboot,~/scripts/system/on-wm-logout.sh && loginctl reboot,system-reboot +Shutdown,~/scripts/system/on-wm-logout.sh && loginctl poweroff,system-shutdown -- cgit v1.2.3