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"; }