Merge pull request #579 from Stoppedpuma/documentation-fix
fix true statement in config documentation
This commit is contained in:
commit
e5fd0fa192
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ idle.minutes = 10
|
|||
If you want to lock the screen when this timeout happens, you can use the `on-idle` table.
|
||||
|
||||
```toml
|
||||
on-idle = { type = "exec", exec = { prog = "swaylock", privileged = "true" } }
|
||||
on-idle = { type = "exec", exec = { prog = "swaylock", privileged = true } }
|
||||
```
|
||||
|
||||
See the specification for more details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue