diff --git a/scripts/powermenu.sh b/scripts/powermenu.sh index 3020d62..1750ca3 100755 --- a/scripts/powermenu.sh +++ b/scripts/powermenu.sh @@ -13,6 +13,6 @@ CHOICE=$(printf " Logout\n Restart\n Sleep\n Shutdown" \ case "$CHOICE" in Logout) niri msg action quit ;; Restart) systemctl reboot ;; - Sleep) systemctl suspend ;; + Sleep) systemctl suspend-then-hibernate ;; Shutdown) systemctl poweroff ;; esac