Change window naming settings
This commit is contained in:
parent
893e7430c4
commit
e02365854c
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ set -sg escape-time 0
|
|||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# disable automatic window renaming
|
||||
set-window-option -g automatic-rename on
|
||||
set-window-option -g allow-rename off
|
||||
|
||||
# window status
|
||||
setw -g window-status-format "#[bg=colour241,fg=colour233] #I #W "
|
||||
setw -g window-status-current-format "#[bg=colour245,fg=colour233] #I #W "
|
||||
|
|
Loading…
Reference in a new issue