change shutdown from suspend to poweroff in dpowermenu
This commit is contained in:
parent
f15dbcf17e
commit
241ab39932
@ -3,12 +3,12 @@
|
||||
SELECTION=$(echo "cancel
|
||||
logout
|
||||
reboot
|
||||
shutdown
|
||||
suspend" | eval "dmenu $DMENU_COLORS")
|
||||
suspend
|
||||
shutdown" | eval "dmenu $DMENU_COLORS")
|
||||
|
||||
case $SELECTION in
|
||||
shutdown )
|
||||
sudo systemctl suspend ;; # systemctl hibernate ;;
|
||||
sudo systemctl poweroff ;;
|
||||
reboot )
|
||||
sudo systemctl reboot ;;
|
||||
suspend )
|
||||
|
Loading…
x
Reference in New Issue
Block a user