remove idle timeout for now
This commit is contained in:
parent
0bf8bf7f7a
commit
ca94e6c192
1 changed files with 6 additions and 6 deletions
|
@ -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";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue