This commit is contained in:
jay
2023-05-30 01:26:05 +08:00
parent ae1ee3bcfc
commit a2d8cddefe
5 changed files with 23 additions and 13 deletions
@@ -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