diff --git a/home/desktop/hyprland/swayidle.nix b/home/desktop/hyprland/swayidle.nix index 4c2beab..e36e36a 100644 --- a/home/desktop/hyprland/swayidle.nix +++ b/home/desktop/hyprland/swayidle.nix @@ -10,11 +10,11 @@ in { command = "${swaylock} --daemonize"; } ]; - timeouts = [ - { - timeout = 4 * 60; - command = "${swaylock} --daemonize --grace 15"; - } - ]; + # timeouts = [ + # { + # timeout = 4 * 60; + # command = "${swaylock} --daemonize --grace 15"; + # } + # ]; }; }