From 363b9c440f25bf5895c0ea0b40855164db514e5b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 2 Jul 2025 05:05:10 +0200 Subject: [PATCH] shrink --- sh/tmux.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 12f5820..368d741 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -134,16 +134,16 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(sh -c \". ${script}; rwx_tmux_server\")\ - / \ + / \ #{session_name}\ - / \ + / \ #{window_name}\ - / \ + / \ #{pane_current_command}\ - - \ -#{window_width} × #{window_height}\ - / \ -#{pane_width} × #{pane_height}\ + - \ +#{window_width}×#{window_height}\ + / \ +#{pane_width}×#{pane_height}\ ' # ╭────────┬──────╮