Compare commits
2
Commits
c3c51b1fdb
...
fecc16e904
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fecc16e904 | ||
|
|
6632b23566 |
@@ -23,6 +23,6 @@ listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 600 # 1min
|
timeout = 360 # 6 minutes
|
||||||
on-timeout = systemctl suspend # suspend pc
|
on-timeout = systemctl suspend # suspend pc
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user