# HG changeset patch # User Oleksandr Gavenko # Date 1707659982 -7200 # Node ID c3dcc61e9e3d323e27ecf36d849704c534407b8b # Parent 1eb4d7b161be11a0bfa7d643d6d22b47d7155c9f XDG diff -r 1eb4d7b161be -r c3dcc61e9e3d 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.