Fix exitmenu scritp
This commit is contained in:
@ -5,7 +5,7 @@ choice=$(echo -e "shutdown\nrestart\nlogoff\nscreenlock" | $dmenu)
|
||||
case $choice in
|
||||
|
||||
shutdown)
|
||||
sudo halt
|
||||
sudo shutdown now
|
||||
;;
|
||||
|
||||
restart)
|
||||
|
||||
Reference in New Issue
Block a user