diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/programs/hypr/hypridle.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/programs/hypr/hypridle.nix b/nix/programs/hypr/hypridle.nix index 85718e2..d100291 100644 --- a/nix/programs/hypr/hypridle.nix +++ b/nix/programs/hypr/hypridle.nix @@ -21,12 +21,6 @@ on-timeout = "brightnessctl -s set 10"; on-resume = "brightnessctl -r"; } - # dim keyboard backlight - { - timeout = 150; - on-timeout = "brightnessctl -sd rgb:kbd_backlight set 0"; - on-resume = "brightnessctl -rd rgb:kbd_backlight"; - } # lock { timeout = 300; |