tpm icon indicating copy to clipboard operation
tpm copied to clipboard

XDG_CONFIG_HOME location for tmux.conf does not work

Open dead10ck opened this issue 6 years ago • 4 comments

The README states:

$XDG_CONFIG_HOME/tmux/tmux.conf works too

As of tmux v1.9a, this is not true. It appears from the tmux GitHub issue tracker that the tmux devs have taken a stance against supporting the XDG spec, so it does not look there for the config on its own.

dead10ck avatar Oct 11 '19 15:10 dead10ck

Looks like the Tmux devs to allow it: https://github.com/tmux/tmux/commit/15d7e564ddab575dd3ac803989cc99ac13b57198. However, I still can't get TPM to use the config file in $XDG_CONFIG_HOME/tmux/tmux.conf even on the new version of Tmux (3.1 pre-release) which uses $XDG_CONFIG_HOME/tmux/tmux.conf as a valid config directory.

Edit: tried it again with recompiled Tmux 3.1 and it works!

jswny avatar Feb 14 '20 06:02 jswny

I'm also facing this issue, even though I'm on 3.3a :/

EDIT Nevermind, I had to reinstall the packages again (prefix + I)

Myzel394 avatar Feb 11 '24 15:02 Myzel394