clarify the $XDG_CONFIG_DIRS fallback

This commit is contained in:
Daniel Micay 2013-01-02 01:45:15 -05:00
parent 87c9747015
commit dc19f55715
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
A simple VTE-based terminal. A simple VTE-based terminal.
Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (or ``~/.config`` if Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (``~/.config`` if
unset) and then falls back to ``$XDG_CONFIG_DIRS``. unset) and then falls back to ``$XDG_CONFIG_DIRS`` (``/etc/xdg`` if unset).
Termite's exit status is 1 on a failure, including a termination of the child Termite's exit status is 1 on a failure, including a termination of the child
process from an uncaught signal. Otherwise the exit status is that of the child process from an uncaught signal. Otherwise the exit status is that of the child