summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-02-06 14:04:39 -0500
committerFreya Murphy <freya@freyacat.org>2025-02-06 14:04:39 -0500
commit27560e729c79bf37e14e74eeb889b00bc8f42fda (patch)
tree383f023ce72eca00babec867972e65f62fa519e9
parentlogind suspend (diff)
downloaddotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.tar.gz
dotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.tar.bz2
dotfiles-nix-27560e729c79bf37e14e74eeb889b00bc8f42fda.zip
remove dim keyboard backlight
-rw-r--r--nix/programs/hypr/hypridle.nix6
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;