mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
hypridle: don't dim screen until 5mins
This commit is contained in:
parent
565942b45f
commit
ff0e0302e0
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 150 # 2.5min.
|
timeout = 300 # 5min.
|
||||||
on-timeout = ${pkgs.brightnessctl}/bin/brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
on-timeout = ${pkgs.brightnessctl}/bin/brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||||
on-resume = ${pkgs.brightnessctl}/bin/brightnessctl -r # monitor backlight restor.
|
on-resume = ${pkgs.brightnessctl}/bin/brightnessctl -r # monitor backlight restor.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue