Disable swayidle
This commit is contained in:
parent
908f74f121
commit
53dec713ec
|
@ -397,7 +397,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
timeouts = [
|
timeouts = [
|
||||||
# Lock after 15 minutes of idle
|
# Lock after 15 minutes of idle
|
||||||
{ timeout = 15 * 60; command = cfg.lockCmd; }
|
# { timeout = 15 * 60; command = cfg.lockCmd; }
|
||||||
];
|
];
|
||||||
events = [
|
events = [
|
||||||
{ event = "lock"; command = cfg.lockCmd; }
|
{ event = "lock"; command = cfg.lockCmd; }
|
||||||
|
|
Loading…
Reference in a new issue