hyrpland: change brightness change timeout

This commit is contained in:
Filippo Berto 2026-01-21 09:32:16 +01:00
parent d9413be75d
commit 6265f9d4d3
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -60,7 +60,7 @@ in
}; };
listener = [ listener = [
{ {
timeout = 30; timeout = 60;
on-timeout = "brightnessctl -s -d intel_backlight s 10; brightnessctl -s -d tpacpi::kbd_backlight s 0"; # lower screen backlight on-timeout = "brightnessctl -s -d intel_backlight s 10; brightnessctl -s -d tpacpi::kbd_backlight s 0"; # lower screen backlight
on-resume = "brightnessctl -r -d intel_backlight; brightnessctl -r -d tpacpi::kbd_backlight"; # restore screen backlight on-resume = "brightnessctl -r -d intel_backlight; brightnessctl -r -d tpacpi::kbd_backlight"; # restore screen backlight
} }