aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-21 17:49:28 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-21 17:59:42 +0200
commit65b71872aad027a129cd9682cc9c299997b2060c (patch)
tree01925b9345d1bba4d0fe70f12819c42e7b314bd4 /doc
parentFix meson warnings (diff)
downloadsmolbote-65b71872aad027a129cd9682cc9c299997b2060c.tar.xz
Probe several locations for configuration file
Diffstat (limited to 'doc')
-rw-r--r--doc/man/smolboterc.5.scd12
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.