From fecc16e9043750e1a494a070c3bc915d75916fb0 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 21 Jun 2026 15:33:12 +0100 Subject: [PATCH] Update suspend script --- .local/bin/station-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/station-menu b/.local/bin/station-menu index 10e4394..79655ce 100755 --- a/.local/bin/station-menu +++ b/.local/bin/station-menu @@ -241,7 +241,7 @@ show_system_menu() { case $(menu "System" "$options") in *Screensaver*) station-launch-screensaver force ;; *Lock*) station-lock-screen ;; - *Suspend*) systemctl suspend ;; + *Suspend*) hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })' && systemctl suspend ;; *Hibernate*) systemctl hibernate ;; *Logout*) station-system-logout ;; *Restart*) station-system-reboot ;;