update
This commit is contained in:
@@ -8,9 +8,9 @@ case $selected in
|
||||
logout)
|
||||
swaymsg exit;;
|
||||
suspend)
|
||||
exec systemctl suspend;;
|
||||
exec loginctl suspend;;
|
||||
reboot)
|
||||
exec systemctl reboot;;
|
||||
exec loginctl reboot;;
|
||||
shutdown)
|
||||
exec systemctl poweroff -i;;
|
||||
exec loginctl poweroff -i;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user