From e24c782e83c69b10ca3c5385a3c0cc9fce70af86 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 23:13:48 +0100 Subject: [PATCH] tmux/- --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index fdc3429..6840a89 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -48,11 +48,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #{session_name}\ - ⋅ \ + - \ #{window_index}∕#{session_windows} #{window_name}\ - ⋅ \ + - \ #{pane_index}∕#{window_panes} #{pane_current_command}\ - ⋅ \ + - \ #{pane_width}×#{pane_height}\ '