diff options
author | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
commit | ac58746a49e1b7e8559cff1ed4522c3584caa026 (patch) | |
tree | 710e4e87d0526e8fe254befe6b9342f299846967 /hypr/hypridle.conf | |
parent | 03293db1c9078d0960e92bed9b3a66e14cadacd1 (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into car
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r-- | hypr/hypridle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 2983bf9..ea40f1f 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -6,14 +6,14 @@ general { listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl set 0 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-timeout = brightnessctl set 1 # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = brightnessctl -r # monitor backlight restore. } # turn off keyboard backlight, comment out this section if you dont have a keyboard backlight. listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl -sd system76::kbd_backlight set 0 # turn off keyboard backlight. + on-timeout = brightnessctl -d system76::kbd_backlight set 0 # turn off keyboard backlight. on-resume = brightnessctl -rd system76::kbd_backlight # turn on keyboard backlight. } |