diff --git a/configs/tmux/tmux.conf b/configs/tmux/tmux.conf index 9828b10..51eb892 100644 --- a/configs/tmux/tmux.conf +++ b/configs/tmux/tmux.conf @@ -20,3 +20,7 @@ set -g renumber-windows on # Set up the window visuals set -g window-status-style bg=yellow set -g window-status-current-style bg=red,fg=white + +# Set the window title +set-option -g set-titles on +set-option -g set-titles-string "#{host} #{window_name} #{pane_title}"