sway: don't automatically lock
This commit is contained in:
parent
6f1e5e6cea
commit
37f77a3e99
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@
|
||||||
{ event = "before-sleep"; command = lock; }
|
{ event = "before-sleep"; command = lock; }
|
||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{ timeout = 600; command = lock; }
|
|
||||||
{ timeout = 900; command = outputOff; resumeCommand = outputOn; }
|
{ timeout = 900; command = outputOff; resumeCommand = outputOn; }
|
||||||
{ timeout = 3600; command = suspend; }
|
{ timeout = 3600; command = suspend; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue