diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 05:07:38 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 05:07:38 -0500 |
commit | 1c7ae637f61591965752c7e7f6ee0c5a6e9c2f62 (patch) | |
tree | 3dd42951a5934672f258dc9ec86eb8d39409374f | |
parent | 6f3201d6ba0d4d89c05337b02d75f3b0d269d088 (diff) |
For some reason, for car 236 is darker than 1-235
-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 ea40f1f..4b59375 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl set 1 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-timeout = brightnessctl set 236 # for some reason, on the pangolin 236 is darker than 235 and below on-resume = brightnessctl -r # monitor backlight restore. } |