remove idle timeout for now

This commit is contained in:
insects 2024-08-16 01:28:58 +02:00
parent 0bf8bf7f7a
commit ca94e6c192

View file

@ -10,11 +10,11 @@ in {
command = "${swaylock} --daemonize"; command = "${swaylock} --daemonize";
} }
]; ];
timeouts = [ # timeouts = [
{ # {
timeout = 4 * 60; # timeout = 4 * 60;
command = "${swaylock} --daemonize --grace 15"; # command = "${swaylock} --daemonize --grace 15";
} # }
]; # ];
}; };
} }