Simplify but letting omarchy-system-lock be responsible for turning off display and keyboard brightness

This commit is contained in:
David Heinemeier Hansson
2026-05-06 11:40:34 +02:00
parent dd46e965d8
commit ca74b4d1c5
5 changed files with 14 additions and 24 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ listener {
on-timeout = pidof hyprlock || omarchy-launch-screensaver
}
# Idle system after 5 minutes
# Lock system after 5 minutes
listener {
timeout = 152
on-timeout = omarchy-system-idle
on-resume = omarchy-system-idle-resume
on-timeout = omarchy-system-lock
on-resume = omarchy-system-wake
}