diff options
Diffstat (limited to '.config/jgmenu/append.csv')
| -rw-r--r-- | .config/jgmenu/append.csv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 81ca4bc..2bbcf64 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -2,6 +2,6 @@ Log Out,~/.a/sys/on-wm-logout.sh && loginctl terminate-user $USER,system-log-out Lock Now,~/.a/sys/lock.sh now,system-lock-screen ^sep() -Suspend,loginctl suspend,system-suspend -Reboot,~/.a/sys/on-wm-logout.sh && loginctl reboot,system-reboot -Shutdown,~/.a/sys/on-wm-logout.sh && loginctl poweroff,system-shutdown +Suspend,systemctl suspend,system-suspend +Reboot,~/.a/sys/on-wm-logout.sh && systemctl reboot,system-reboot +Shutdown,~/.a/sys/on-wm-logout.sh && systemctl poweroff,system-shutdown |
