diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-06 14:04:39 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-06 14:04:39 -0500 |
commit | 27560e729c79bf37e14e74eeb889b00bc8f42fda (patch) | |
tree | 383f023ce72eca00babec867972e65f62fa519e9 /nix | |
parent | logind suspend (diff) | |
download | dotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.tar.gz dotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.tar.bz2 dotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.zip |
remove dim keyboard backlight
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; |