From eebce1c9edbe6c11d8a095ad1bdfdd2db6cc5145 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Wed, 2 Jul 2025 17:31:43 -0700 Subject: [PATCH] fix: hypridle disable locking screen automatically --- nix/modules/desktop.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/modules/desktop.nix b/nix/modules/desktop.nix index d27e47f..5bd093b 100644 --- a/nix/modules/desktop.nix +++ b/nix/modules/desktop.nix @@ -105,10 +105,6 @@ on-timeout = "brightnessctl -s set 10"; on-resume = "brightnessctl -r"; } - { - timeout = 300; - on-timeout = "loginctl lock-session"; - } { timeout = 330; on-timeout = "hyprctl dispatch dpms off";