1
0
Fork 0
forked from wry/wry

Merge pull request #579 from Stoppedpuma/documentation-fix

fix true statement in config documentation
This commit is contained in:
mahkoh 2025-08-29 10:45:08 +02:00 committed by GitHub
commit e5fd0fa192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.