summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home-manager/hypridle.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix
index e0b4ae0..b8fdb3d 100644
--- a/modules/home-manager/hypridle.nix
+++ b/modules/home-manager/hypridle.nix
@@ -23,7 +23,7 @@
{ #comment out if no keyboard backlight
timeout = 180;
on-timeout = "brightnessctl -sd asus::kbd_backlight set 0";
- on-resume = "brightnessctl -rd asus::kbd_baclkight";
+ on-resume = "brightnessctl -rd asus::kbd_backlight";
}
{
timeout = 300;