Fix exitmenu scritp

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent dfacdd923d
commit 15bfae952d

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)