Update shutdown_menu

This commit is contained in:
Johannes Kamprad
2021-03-11 21:32:20 +01:00
committed by GitHub
parent 68790cd3d9
commit a0f189c25d
+1 -1
View File
@@ -115,7 +115,7 @@ typeset -A menu
# Menu with keys/commands
menu=(
[  Shutdown]="systemctl poweroff"
[ Shutdown]="systemctl poweroff"
[ Reboot]="systemctl reboot"
[ Suspend]="systemctl suspend"
[ Lock]="~/.config/i3/scripts/blur-lock.sh"