Update suspend script
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user