summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hypridle.conf2
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.
}