manpage: Mention XDG_*_HOME in the FILES section.

Closes #619.
This commit is contained in:
Florian Bruhin 2015-04-09 13:24:52 +02:00
parent 9e0d65c219
commit ecb0a4e2f8

View File

@ -114,6 +114,11 @@ show it.
- '~/.local/share/qutebrowser/': Various state information. - '~/.local/share/qutebrowser/': Various state information.
- '~/.cache/qutebrowser/': Temporary data. - '~/.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
Bugs are tracked in the Github issue tracker at Bugs are tracked in the Github issue tracker at
https://github.com/The-Compiler/qutebrowser/issues. https://github.com/The-Compiler/qutebrowser/issues.