From b3590258cd56af6b54e66a1c0c5d7c7f95dfdb20 Mon Sep 17 00:00:00 2001 From: Smoorg Date: Thu, 25 Sep 2025 13:17:35 +0200 Subject: [PATCH] use XDG_CONFIG_DIR instead home for tmux --- add_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_user.sh b/add_user.sh index 22d9714..b704d64 100755 --- a/add_user.sh +++ b/add_user.sh @@ -40,7 +40,7 @@ mkdir -p /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 setw -g mode-keys vi bind -n F1 select-window -t 0