Open
Description
session_name: test
windows:
- panes:
- shell_command: tmux display-message -p '#{window_index}'
- focus: true
panes:
- shell_command: tmux display-message -p '#{window_index}'
Both windows will show "1" as output, instead of "0" in the 1st and "1" in the second, so it appears that whichever windows has focus:true will somehow be used to actually run the commands...