From 815ea7308228bc1f25fc74a8eac933fa25b01567 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 2 Sep 2024 20:55:14 +0700 Subject: [PATCH] castle: update hypridle settings --- profiles/castle.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/castle.nix b/profiles/castle.nix index 3c8fa06..eb0aceb 100644 --- a/profiles/castle.nix +++ b/profiles/castle.nix @@ -43,6 +43,10 @@ in wallust.alpha = 80; swayosd.display = "DP-1"; dunst.monitor = "1"; + hypridle = { + lockTimeout = 3600; + suspendTimeout = 7200; + }; }; discord.enable = true; slack.enable = true;