From c3e3c57ba96e6bbb702dc0d6cbbd79e2bfdcf967 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 6 May 2026 17:37:44 +0000 Subject: [PATCH] [O] Automatically name windows --- config-sync/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-sync/.config/tmux/tmux.conf b/config-sync/.config/tmux/tmux.conf index 15d7c44..1acf234 100644 --- a/config-sync/.config/tmux/tmux.conf +++ b/config-sync/.config/tmux/tmux.conf @@ -4,6 +4,8 @@ set-option -g history-limit 10000 # set -g default-shell zsh set -g base-index 1 set -g renumber-windows on +set -g automatic-rename on +set -g automatic-rename-format '#{b:pane_current_path}' set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" # Status bar background style