From b82decfe2be11b7bdbc6d6bd47985b741f08f466 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 24 Feb 2025 19:59:44 +0100 Subject: [PATCH] Suspend after 20 minutes idle --- modules/home/de/hypridle.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/de/hypridle.nix b/modules/home/de/hypridle.nix index 7e5082f..e02a187 100644 --- a/modules/home/de/hypridle.nix +++ b/modules/home/de/hypridle.nix @@ -39,6 +39,10 @@ timeout = 610; on-timeout = "loginctl lock-session"; } + { + timeout = 1800; + on-timeout = "lock-suspend"; + } ]; }; };