Fix exitmenu scritp
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user