summaryrefslogtreecommitdiff
path: root/hypr/hypridle.conf
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-06-29 13:45:59 -0500
committerZachIR <zachir@librem.one>2025-06-29 13:45:59 -0500
commit899c83d0d917e29ff4fe38f8e5186edcbaa30d71 (patch)
tree9dccd4740553a8f0dfe5629934a35727d52e382b /hypr/hypridle.conf
parent8ae73b338403d45c6075639e0b61d2cae9ac4f3e (diff)
parent9f80bcde3c3ff4e35be9aaeda800ed4bed2f174c (diff)
Merge branch 'master' into car
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r--hypr/hypridle.conf2
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.
}