From 49a7a1537e963f0a828c6aed229935bfb12652a1 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 1 Jan 2026 21:05:37 -0500 Subject: make the titles a bit more sensible in tmux --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index a47df0b..bf55482 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -77,7 +77,7 @@ set -g status-right-length 40 set -g window-status-format "#I:#W#F" set -g set-titles on -set -g set-titles-string "tmux: #{session_name} [#I]#{window_name} -- #T" +set -g set-titles-string "#{host} #{session_name} #{window_name}" # If you still want to select text out of the terminal as you normally would -- cgit v1.2.3