diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 13:45:59 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 13:45:59 -0500 |
commit | 899c83d0d917e29ff4fe38f8e5186edcbaa30d71 (patch) | |
tree | 9dccd4740553a8f0dfe5629934a35727d52e382b /hypr/hypridle.conf | |
parent | 8ae73b338403d45c6075639e0b61d2cae9ac4f3e (diff) | |
parent | 9f80bcde3c3ff4e35be9aaeda800ed4bed2f174c (diff) |
Merge branch 'master' into car
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 8e87946..2983bf9 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. } |