From 6b11572afcaa1ba9003ee8bf49adb4529e0f1188 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 27 Dec 2015 19:41:51 +0100 Subject: Add XDG Base Directory specification support --- cliapp.5 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cliapp.5') 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. -- cgit v1.2.1