From 963ca892490abc6e665e96fc1d938436af6c7025 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 30 Nov 2018 12:24:57 +0100 Subject: [PATCH] tmux: disable renaming of windows --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index ab1d7cd..28884f2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,8 +17,7 @@ set -g status-right '#[fg=colour242]#S' set -g status-left ' ' set -g window-status-format '#W' set -g window-status-current-format '#W' -#set -g status-right '#[fg=white]%a %d %b #[fg=white,bold]%R' -#set -g status-justify centre +set -g allow-rename off # THEME #### COLOUR (Solarized 256)