Use custom tmux layouts in Teamocil
masterTeamocil supports standard tmux layout names:
even-horizontaleven-verticalmain-horizontalmain-verticaltiled
You can also use a custom tmux layout string (the format used by tmux list-windows). To get the layout string for your current window, run:
tmux list-windows -F "#{window_active} #{window_layout}" | grep "^1" | cut -d " " -f 2Then, use that string in your YAML file:
windows:
- name: sample-two-uneven-panes
layout: 00c7,158x38,0,0[158x9,0,0,37,158x28,0,10,39]
panes:
- echo foo
- echo bar