Fix some powermenu commands

This commit is contained in:
Evie Litherland-Smith 2023-04-06 12:58:29 +01:00
parent 4bb0852544
commit 765621550e

View file

@ -113,8 +113,8 @@ typeset -A menu
# Menu with keys/commands
menu=(
[ Shutdown]="systemctl poweroff"
[ Reboot]="systemctl reboot"
[ Shutdown]="shutdown now"
[ Reboot]="reboot"
[ Suspend]="systemctl suspend"
[ Hibernate]="systemctl hibernate"
[ Lock]="xflock4"