From 129430fe644dabc6a7d17233649abac44831e914 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 14:44:23 +0100 Subject: [PATCH] tmux/empty --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 8970591..3665fce 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -7,8 +7,9 @@ rwx_tmux_setup() { # reload configuration bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf' -#set -g automatic-rename on -#set -g automatic-rename-format '' +# empty name for windows +set -g automatic-rename on +set -g automatic-rename-format '' # enable mouse actions set -g mouse on # renumber windows after closing one