XDG
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 11 Feb 2024 15:59:42 +0200
changeset 2584 c3dcc61e9e3d
parent 2583 1eb4d7b161be
child 2588 6c5859f2cff6
XDG
xdg.rst
--- a/xdg.rst	Sun Feb 11 15:59:26 2024 +0200
+++ b/xdg.rst	Sun Feb 11 15:59:42 2024 +0200
@@ -6,9 +6,6 @@
 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``
@@ -17,3 +14,11 @@
 
 Distributions should ensure ``$HOME/.local/bin`` shows up in PATH.
 
+
+https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+  XDG Base Directory Specification.
+
+https://wiki.archlinux.org/title/XDG_Base_Directory
+  Arch Linux XDG Base Directory.
+https://wiki.archlinux.org/title/XDG_user_directories
+  Arch Linux XDG user directories.