diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/smolboterc.5.scd | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man/smolboterc.5.scd b/doc/man/smolboterc.5.scd index f340c01..0286abd 100644 --- a/doc/man/smolboterc.5.scd +++ b/doc/man/smolboterc.5.scd @@ -6,7 +6,17 @@ smolbote - configuration file and options description # DESCRIPTION -The smolbote configuration is loaded at startup, and is not reloaded when +Configuration is loaded at startup from one of the following locations: +0. The location specified with the -c/--config flag +1. $HOME/.poirc +2. $XDG_CONFIG_HOME/smolbote.conf +3. $XDG_CONFIG_HOME/smolbote/config +4. $HOME/.config/smolbote.conf +5. $HOME/.config/smolbote/config +6. /etc/smolbote/config + + +It is not reloaded when changed. By default (without any plugins), the browser does not change its configuration or overwrite this file. Thus, it can be made read-only. |