This commit is contained in:
David Heinemeier Hansson
2025-06-01 15:37:13 +02:00
parent 228e1a1997
commit 16b3c4b6b5

View File

@ -8,9 +8,3 @@ listener {
timeout = 300 # 5min timeout = 300 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed on-timeout = loginctl lock-session # lock screen when timeout has passed
} }
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired.
}