diff options
author | zachir <zachir@librem.one> | 2025-06-29 20:59:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 20:59:09 -0500 |
commit | 1fec31733049a12230919c70fc3eb0eabb4c45c9 (patch) | |
tree | 96cdb26f4a60fbd55fb449dc2c89c535ffef611d /hypr/hypridle.conf | |
parent | 511945a793625d87340f04800cd1c5bdafc3b379 (diff) | |
parent | 9f80bcde3c3ff4e35be9aaeda800ed4bed2f174c (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r-- | hypr/hypridle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index f25f081..4d18296 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-timeout = brightnessctl set 0 # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = brightnessctl -r # monitor backlight restore. } |