From dc19f55715fcf3139c2eeceff6adc762cbb5ef65 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 2 Jan 2013 01:45:15 -0500 Subject: [PATCH] clarify the $XDG_CONFIG_DIRS fallback --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9880e3a..12c6043 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ A simple VTE-based terminal. -Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (or ``~/.config`` if -unset) and then falls back to ``$XDG_CONFIG_DIRS``. +Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (``~/.config`` if +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 process from an uncaught signal. Otherwise the exit status is that of the child