This would trigger before screensaver/hyprlock

So need a different way to deal with resetting of the idle timer
This commit is contained in:
David Heinemeier Hansson
2026-01-03 16:21:22 -08:00
parent 4e802d8058
commit 6dfa5f0807

View File

@@ -16,7 +16,7 @@ listener {
}
listener {
timeout = 30 # 5.5min
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
}