Update something

This commit is contained in:
tiff 2025-06-13 01:45:22 -04:00
parent 7ce25075d4
commit 36ebc52eee
4 changed files with 27 additions and 31 deletions

View file

@ -12,13 +12,13 @@ listener {
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
listener {
timeout = 150 # 2.5min.
timeout = 900 # 15min.
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
}
listener {
timeout = 300 # 5min
timeout = 450 # 7.5 min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}