From a495e2d194393fee3a910205aaa9a2a61ddf36e1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 25 Mar 2025 01:47:37 +0000 Subject: setting up a pi and changing power settings --- modules/home-manager/hypridle.nix | 4 ++-- 1 file 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"; -- cgit v1.2.3