Try more layouts idk
This commit is contained in:
@@ -104,7 +104,14 @@ for i in "${!CMDS[@]}"; do
|
|||||||
elif [ $pane -eq 3 ]; then
|
elif [ $pane -eq 3 ]; then
|
||||||
tmux split-window -v -t $SESSION:$win.1
|
tmux split-window -v -t $SESSION:$win.1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Always apply appropriate layout based on current pane count
|
||||||
|
current_panes=($(tmux list-panes -t $SESSION:$win -F '#P'))
|
||||||
|
if [ ${#current_panes[@]} -eq 2 ]; then
|
||||||
tmux select-layout -t $SESSION:$win even-horizontal
|
tmux select-layout -t $SESSION:$win even-horizontal
|
||||||
|
else
|
||||||
|
tmux select-layout -t $SESSION:$win tiled
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if command is already running in the pane
|
# Check if command is already running in the pane
|
||||||
|
Reference in New Issue
Block a user