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