summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/jgmenu/append.csv6
1 files changed, 3 insertions, 3 deletions
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