From dfae2ba121bd87907fe936f832c9f3a99f5bf1c3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:03:43 +0100 Subject: [PATCH] tmux/title --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 4088bbf..cdba642 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -47,10 +47,10 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ -tmux / \ #{session_name} / \ #{window_index} #{window_name} / \ -#{pane_index} #{pane_width}×#{pane_height}\ +#{pane_index} #{pane_current_command}\ + (#{pane_width}×#{pane_height})\ ' # status lines