xdg.rst
changeset 2581 f6613ff608d4
child 2584 c3dcc61e9e3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xdg.rst	Sat Feb 10 22:03:20 2024 +0200
@@ -0,0 +1,19 @@
+
+=====
+ XDG
+=====
+
+Spec
+====
+
+https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+  XDG Base Directory Specification.
+
+====================  ==========================
+``XDG_DATA_HOME``     ``$HOME/.local/share``
+``$XDG_CONFIG_HOME``  ``$HOME/.config``
+``$XDG_STATE_HOME``   ``$HOME/.local/state``
+====================  ==========================
+
+Distributions should ensure ``$HOME/.local/bin`` shows up in PATH.
+