diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-01-29 22:20:15 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-01-29 22:20:15 +0000 |
| commit | 86fada8be85a0b2a852cdcc1f439c8f1847aab2d (patch) | |
| tree | 6e97af17747ce09cb491c0b8153583501bcb7531 | |
| parent | 2d239db8ca7fabd57e1a399bffb1c6d955249834 (diff) | |
messing with hypridle
| -rw-r--r-- | modules/home-manager/hypridle.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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"; } ]; }; |
