diff --git a/home/modules/desktop/environments/hyprland.nix b/home/modules/desktop/environments/hyprland.nix index 2f9fea2..de6504e 100644 --- a/home/modules/desktop/environments/hyprland.nix +++ b/home/modules/desktop/environments/hyprland.nix @@ -446,11 +446,6 @@ on-timeout = "brightnessctl -s set 10"; on-resume = "brightnessctl -r"; } - { - timeout = 150; - on-timeout = "brightnessctl -sd rgb:kbd_backlight set 0"; - on-resume = "brightnessctl -rd rgb:kbd_backlight"; - } { timeout = 300; on-timeout = "loginctl lock-session";