From 27560e729c79bf37e14e74eeb889b00bc8f42fda Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 6 Feb 2025 14:04:39 -0500 Subject: remove dim keyboard backlight --- nix/programs/hypr/hypridle.nix | 6 ------ 1 file changed, 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; -- cgit v1.2.3-freya