diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1b94656..afef98f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g set-titles on -set -g set-titles-string "tmux.#S" +set -g set-titles-string "#h - #S" set-option -g status-style "bg=black,fg=white" set-option -g window-status-current-style "fg=black,bg=red"