diff --git a/home/hyprland.nix b/home/hyprland.nix index 488d5f2c..07023dd3 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -444,8 +444,8 @@ in listener = [ { timeout = 150; - on-timeout = "brightnessctl -s set 10"; - on-resume = "brightnessctl -r"; + on-timeout = "brightnessctl -s set 10 && brightnessctl --device=tpacpi::kbd_backlight set 0 --save"; + on-resume = "brightnessctl -r && brightnessctl --device=tpacpi::kbd_backlight --restore"; } { timeout = 300;