diff options
Diffstat (limited to '.config/jgmenu/append.csv')
| -rw-r--r-- | .config/jgmenu/append.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 3d300ab..5d0627d 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -3,5 +3,5 @@ Log Out,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,systemctl -i reboot,system-reboot -Shutdown,systemctl -i poweroff,system-shutdown +Reboot,loginctl reboot,system-reboot +Shutdown,loginctl poweroff,system-shutdown |
