summaryrefslogtreecommitdiff
path: root/hypr/hypridle.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-12 19:38:18 -0500
committerzachir <zachir@librem.one>2025-07-12 19:38:18 -0500
commit30d1a136f1571f98e50571f2f3841398c4555326 (patch)
treeb1ffb20fe9d28b8dcc62432d47867763db738bb8 /hypr/hypridle.conf
parentaf9d165a62063bcadd1f4d2a54fdfa4a8b57a1bf (diff)
parente2863dbdbae1e10a82f098c4575ed973249bab7b (diff)
Merge branch 'master' into cas
Diffstat (limited to 'hypr/hypridle.conf')
-rw-r--r--hypr/hypridle.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf
index 4d18296..3a58aea 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 led::kbd_backlight set 0 # turn off keyboard backlight.
+ on-timeout = brightnessctl -d led::kbd_backlight set 0 # turn off keyboard backlight.
on-resume = brightnessctl -rd led::kbd_backlight # turn on keyboard backlight.
}