From 861e8f473190f1f91df4121ef035b1d866512821 Mon Sep 17 00:00:00 2001 From: Josh Kirkwood Date: Tue, 26 Mar 2024 01:19:15 +1100 Subject: [PATCH] hypridle: fix comments (#553) Adjusted hypridle example as there were a few inconsistencies with what comments were suggesting. - Adjusted comment to specify how to disable the keyboard backlight listener. - Adjusted 5.5 timeout to be 5.5 minutes. Previously this was 6.3 minutes. --- pages/Hypr Ecosystem/hypridle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Hypr Ecosystem/hypridle.md b/pages/Hypr Ecosystem/hypridle.md index bf93423..fe29290 100644 --- a/pages/Hypr Ecosystem/hypridle.md +++ b/pages/Hypr Ecosystem/hypridle.md @@ -58,7 +58,7 @@ listener { on-resume = brightnessctl -r # monitor backlight restor. } -# turn off keyboard backlight, uncomment this section if have keyboard backlight. +# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight. listener { timeout = 150 # 2.5min. on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight. @@ -71,7 +71,7 @@ listener { } listener { - timeout = 380 # 5.5min + timeout = 330 # 5.5min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. }