Fix some powermenu commands
This commit is contained in:
parent
4bb0852544
commit
765621550e
|
@ -113,8 +113,8 @@ typeset -A menu
|
||||||
# Menu with keys/commands
|
# Menu with keys/commands
|
||||||
|
|
||||||
menu=(
|
menu=(
|
||||||
[ Shutdown]="systemctl poweroff"
|
[ Shutdown]="shutdown now"
|
||||||
[ Reboot]="systemctl reboot"
|
[ Reboot]="reboot"
|
||||||
[ Suspend]="systemctl suspend"
|
[ Suspend]="systemctl suspend"
|
||||||
[ Hibernate]="systemctl hibernate"
|
[ Hibernate]="systemctl hibernate"
|
||||||
[ Lock]="xflock4"
|
[ Lock]="xflock4"
|
||||||
|
|
Loading…
Reference in a new issue