From 86fada8be85a0b2a852cdcc1f439c8f1847aab2d Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 29 Jan 2025 22:20:15 +0000 Subject: messing with hypridle --- modules/home-manager/hypridle.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index d681961..1c920a9 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -21,7 +21,7 @@ on-resume = "brightnessctl -r"; } { #comment out if no keyboard backlight - timeout = 180; + timeout = 200; on-timeout = "brightnessctl -sd asus::kbd_backlight set 0"; on-resume = "brightnessctl -rd asus::kbd_backlight"; } @@ -36,8 +36,9 @@ } { timeout = 420; - on-timeout = "${brightnessSet} 0% && systemctl suspend"; - on-resume = "brightnessctl -r"; + on-timeout = "systemctl suspend"; + # on-timeout = "${brightnessSet} 0% && systemctl suspend"; + # on-resume = "brightnessctl -r"; } ]; }; -- cgit v1.2.3