aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-01 21:05:37 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-01 21:05:37 -0500
commit49a7a1537e963f0a828c6aed229935bfb12652a1 (patch)
tree8b088421d560610530e6435dba8768127ccb3a5f
parent43699bab064292ce6f305f970aad2e0881e64b72 (diff)
downloaddotfiles-49a7a1537e963f0a828c6aed229935bfb12652a1.tar.gz
dotfiles-49a7a1537e963f0a828c6aed229935bfb12652a1.tar.xz
make the titles a bit more sensible in tmux
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 1 insertions, 1 deletions
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