command: implement set-option

Only border and padding options are currently available.
This commit is contained in:
lazy-dolphin
2020-06-09 20:58:48 +05:30
committed by Isaac Freund
parent ddc7da0f16
commit 1b7c1c7b2c
5 changed files with 78 additions and 1 deletions

View File

@ -55,7 +55,7 @@ river -c /path/to/config.sh
An example script with sane defaults is provided [here](contrib/config.sh) in
the contrib directory.
Some configuration options are still hardcoded in [Config.zig](src/Config.zig).
Some configuration options are still hardcoded in [Config.zig](river/Config.zig).
Eventually all configuration will be moved to the `riverctl` binary.
## Development