From 65b71872aad027a129cd9682cc9c299997b2060c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 21 Nov 2020 17:49:28 +0200 Subject: Probe several locations for configuration file --- doc/man/smolboterc.5.scd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/man/smolboterc.5.scd') 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. -- cgit v1.2.1