Hypridle: Dim screen after 4 minutes of inactivity.
This commit is contained in:
parent
6f157a8f3b
commit
948ddd0957
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ general {
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on
|
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
|
# Lock after 5min
|
||||||
listener {
|
listener {
|
||||||
timeout = 300
|
timeout = 300
|
||||||
|
|
Loading…
Reference in a new issue