summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/hypridle.nix4
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";