xdg.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 10 Feb 2024 22:03:20 +0200
changeset 2581 f6613ff608d4
child 2584 c3dcc61e9e3d
permissions -rw-r--r--
XDG Base Directory Specification.


=====
 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.