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 ;;