From d89f8b23a759055124b822ac53ee46456bdf65cb Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 6 Aug 2024 12:15:27 -0600 Subject: typo --- modules/home-manager/hypridle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager') 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; -- cgit v1.2.3