use XDG_CONFIG_DIR instead home for tmux

This commit is contained in:
Smoorg 2025-09-25 13:17:35 +02:00
parent 3b4e350c89
commit b3590258cd

View File

@ -40,7 +40,7 @@ mkdir -p /home/$LOGIN/.config/weechat/
cp irc.conf /home/$LOGIN/.config/weechat cp irc.conf /home/$LOGIN/.config/weechat
cat << EOF > /home/$LOGIN/.tmux.conf cat << EOF > /home/$LOGIN/.config/tmux/tmux.conf
set -g mouse on set -g mouse on
setw -g mode-keys vi setw -g mode-keys vi
bind -n F1 select-window -t 0 bind -n F1 select-window -t 0