Starting tmux-cssh with the following command will result in this panel arrangement. $ tmux-cssh c{1..6} <img width="1488" alt="Screenshot 2020-11-16 at 14 38 33" src="https://user-images.githubusercontent.com/2753014/99259173-e834cd00-2819-11eb-819e-bfc7f478cb6a.png"> However if tmux is started and attaching the tmux-cssh with the -c option will result in a totally unordered panel arrangement. $ tmux $ tmux-cssh -c c{1..6} <img width="1488" alt="Screenshot 2020-11-16 at 14 39 22" src="https://user-images.githubusercontent.com/2753014/99259308-174b3e80-281a-11eb-8852-66faedec6d4d.png">
Activity