aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-07-23 20:29:25 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-07-23 20:29:25 +0200
commit0be43691d09176c39b8345953dae6e29b5e122cf (patch)
tree4947e3f263fda3dd4f9e91eda1a3309e3d65518b /README.adoc
parent483ab39e3ca9033aaca83ccd2c17d4a59fd4fa76 (diff)
downloadxK-0be43691d09176c39b8345953dae6e29b5e122cf.tar.gz
xK-0be43691d09176c39b8345953dae6e29b5e122cf.tar.xz
xK-0be43691d09176c39b8345953dae6e29b5e122cf.zip
Update README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 9510721..b83176c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -142,6 +142,17 @@ Consult the source code and the GNU Readline manual for a list of available
functions. Also refer to the latter for the exact syntax of this file.
Beware that you can easily break the program if you're not careful.
+Configuration profiles
+----------------------
+Even though the applications don't directly support configuration profiles,
+they conform to the XDG standard, and thus you can change the location they
+load configuration from via XDG_CONFIG_HOME (normally '~/.config') and the
+location where store their data via XDG_DATA_HOME (normally '~/.local/share').
+
+It would be relatively easy to make the applications assume whatever name you
+run them under (for example by using symbolic links), and load different
+configurations accordingly, but I consider it rather messy and unnecessary.
+
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull