diff options
author | ZachIR <zachir@librem.one> | 2025-06-29 13:44:44 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-06-29 13:44:44 -0500 |
commit | de01a7b92da2962d841dc38fd5f32cf5dfeecc73 (patch) | |
tree | e98df034b280a82c4657b2b3408bee1c138059cc | |
parent | 760d34062229dad9b8276c454262536ce0ca9e7b (diff) |
Do not save when setting brightness in hypridle
-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. } |