1
0
Fork 0
forked from wry/wry

fix true statement in config documentation

This commit is contained in:
Stoppedpuma 2025-08-29 05:43:13 +02:00
parent e67811565a
commit 64f749166f
No known key found for this signature in database
GPG key ID: 74C8CDFAC0EF795A

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.