diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-25 01:47:37 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-25 01:47:37 +0000 |
| commit | a495e2d194393fee3a910205aaa9a2a61ddf36e1 (patch) | |
| tree | 23b3e23570366a4a0234b1636244a3b9db7a2008 /modules | |
| parent | 275581c9f824970f1646f60d9ed34258ea2dc9f2 (diff) | |
setting up a pi and changing power settings
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/hypridle.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index 1c920a9..c0a5507 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -30,12 +30,12 @@ on-timeout = "loginctl lock-session"; } { - timeout = 350; + timeout = 600; on-timeout = "${dpmsCommand} off"; on-resume = "${dpmsCommand} on"; } { - timeout = 420; + timeout = 900; on-timeout = "systemctl suspend"; # on-timeout = "${brightnessSet} 0% && systemctl suspend"; # on-resume = "brightnessctl -r"; |
