mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Simplify but letting omarchy-system-lock be responsible for turning off display and keyboard brightness
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user