From 9154cd6bf8b5918ae4405d52f15983d652933cd7 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:00:17 +0100 Subject: [PATCH] change session symbol in title --- dot_tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 2fa209c..84885c6 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -45,7 +45,7 @@ setw -g pane-base-index 1 # make pane numbering consistent with windows set -g renumber-windows on # renumber windows when a window is closed set -g set-titles on # set terminal title -set -g set-titles-string '❐ #S ● #I #W' +set -g set-titles-string '□ #S ● #I #W' set -g display-panes-time 500 # slightly longer pane indicators display time