Fix exitmenu scritp

This commit is contained in:
mequidis
2022-01-08 19:19:50 +02:00
parent 7e650c788c
commit b1a97c8381

View File

@ -5,7 +5,7 @@ choice=$(echo -e "shutdown\nrestart\nlogoff\nscreenlock" | $dmenu)
case $choice in case $choice in
shutdown) shutdown)
sudo halt sudo shutdown now
;; ;;
restart) restart)