Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/tmux/usr.bin/tmux



> Date: Thu, 29 Jun 2023 16:51:05 -0000 (UTC)
> From: christos%astron.com@localhost (Christos Zoulas)
> 
> In article <20230628222148.710DBFA8A%cvs.NetBSD.org@localhost>,
> Thomas Klausner <source-changes-d%NetBSD.org@localhost> 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.


Home | Main Index | Thread Index | Old Index