> Date: Thu, 29 Jun 2023 16:51:05 -0000 (UTC) > From: [email protected] (Christos Zoulas) > > In article <[email protected]>, > Thomas Klausner <[email protected]> wrote: > >-=-=-=-=-=- > > > [...] > >+-DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' > > \ > > What is XDG_CONFIG_HOME?
Typically ~/.config. Described here: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Many modern desktop applications dribble goo into this directory; you probably already have one! A large fraction of those applications can be redirected to leak the goo elsewhere by changing XDG_CONFIG_HOME without changing HOME. See also XDG_DATA_HOME, XDG_CACHE_HOME, &c.
