Update suspend script

This commit is contained in:
2026-06-21 15:33:12 +01:00
parent 6632b23566
commit fecc16e904
+1 -1
View File
@@ -241,7 +241,7 @@ show_system_menu() {
case $(menu "System" "$options") in case $(menu "System" "$options") in
*Screensaver*) station-launch-screensaver force ;; *Screensaver*) station-launch-screensaver force ;;
*Lock*) station-lock-screen ;; *Lock*) station-lock-screen ;;
*Suspend*) systemctl suspend ;; *Suspend*) hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })' && systemctl suspend ;;
*Hibernate*) systemctl hibernate ;; *Hibernate*) systemctl hibernate ;;
*Logout*) station-system-logout ;; *Logout*) station-system-logout ;;
*Restart*) station-system-reboot ;; *Restart*) station-system-reboot ;;