From ecb0a4e2f8b7cfcddfa944b6aeface2082907a4b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 9 Apr 2015 13:24:52 +0200 Subject: [PATCH] manpage: Mention XDG_*_HOME in the FILES section. Closes #619. --- doc/qutebrowser.1.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index c603aeace..f559fb96a 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -114,6 +114,11 @@ show it. - '~/.local/share/qutebrowser/': Various state information. - '~/.cache/qutebrowser/': Temporary data. +Note qutebrowser conforms to the XDG basedir specification - if +'XDG_CONFIG_HOME', 'XDG_DATA_HOME' or 'XDG_CACHE_HOME' are set in the +environment, the directories configured there are used instead of the above +defaults. + == BUGS Bugs are tracked in the Github issue tracker at https://github.com/The-Compiler/qutebrowser/issues.