Hypridle: Dim screen after 4 minutes of inactivity.

This commit is contained in:
Viyurz 2024-03-21 14:41:12 +01:00
parent 6f157a8f3b
commit 948ddd0957
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -4,6 +4,13 @@ general {
after_sleep_cmd = hyprctl dispatch dpms on
}
# Dim screen after 4min
listener {
timeout = 240
on-timeout = brightnessctl -s set 10
on-resume = brightnessctl -r
}
# Lock after 5min
listener {
timeout = 300