blob: b1dbec526e9298a81263bbb175bdddebbd552a92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
== Configuration
The Configuration is loaded from the path specified by `--config`, by default
_~/.config/smolbote/smolbote.cfg_.
You can set the value of configuration options using its name in a key=value
pair, for example:
[source, ini]
----
mainwindow.height=600
----
For a full list of options, check `--help`.
You can overwrite options at runtime using the option name as a parameter.
|