From 9d500df1675bedae1c1e251c27df164c994faaa2 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Wed, 25 Mar 2026 11:33:32 +0100 Subject: [PATCH] wm/hypridle: disable inactivity auto-lock and set DPMS timeout to 10m --- modules/desktop/wm.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/desktop/wm.nix b/modules/desktop/wm.nix index fde3809..fcc6735 100644 --- a/modules/desktop/wm.nix +++ b/modules/desktop/wm.nix @@ -472,11 +472,7 @@ in listener = [ { - timeout = 300; - on-timeout = "loginctl lock-session"; - } - { - timeout = 330; + timeout = 600; on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; }