src/common/parse-bool.c: support on/off boolean values

This commit is contained in:
redtide 2023-09-13 01:06:29 +02:00 committed by Johan Malm
parent bd6efe4849
commit 143714f1c9
2 changed files with 10 additions and 0 deletions

View file

@ -94,6 +94,12 @@ Elements at the same level can have the same name whereas attributes cannot.
Therefore, where multiple objects of the same kind are required (for example
*<action>* and *<keybind>*) the top-node of the object has to be an element.
## BOOLEANS
Note that in this manual, Boolean values are listed as [yes|no] for simplicity,
but it's also possible to use [true|false] and\/or [on|off];
this is for compatibility with Openbox.
## CORE
```