summaryrefslogtreecommitdiff
path: root/cliapp.5
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
commit6b11572afcaa1ba9003ee8bf49adb4529e0f1188 (patch)
tree3e7e4fdaed506b231323f68d8e5ca33d4a8d6992 /cliapp.5
parent7e8d31fa8adba20a21c13c1d4a261fb0a815e6c5 (diff)
downloadcliapp-6b11572afcaa1ba9003ee8bf49adb4529e0f1188.tar.gz
Add XDG Base Directory specification support
Diffstat (limited to 'cliapp.5')
-rw-r--r--cliapp.59
1 files changed, 9 insertions, 0 deletions
diff --git a/cliapp.5 b/cliapp.5
index e512ad3..93a1c52 100644
--- a/cliapp.5
+++ b/cliapp.5
@@ -311,3 +311,12 @@ Per-user configuration file.
.BR ~/.config/progname/*.conf
More per-user configuration files.
Again, ASCII sorted order.
+.PP
+In addition, the XDG Base Directory specification is followed,
+if the Python
+.B python-xdg
+library is installed.
+In that case, environment variables can be set to set additional location
+in which files are search for.
+The fixed names above are always search;
+the XDG ones are search additionally.