# HG changeset patch # User Oleksandr Gavenko # Date 1707595400 -7200 # Node ID f6613ff608d4993087fc5405589746134562e7ee # Parent 6f1bb96dc0d2b514d54e8402fa1c92acadf63e4c XDG Base Directory Specification. diff -r 6f1bb96dc0d2 -r f6613ff608d4 xdg.rst --- /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. +