Auto start terminals in 4x4 layout
Hi folks,
Love i3, trying to get i3 to launch 4 terminal windows and have them in a 2x2 tiled layout. Here is what I have tried, however I just 4 terminals in a 4 columns.
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split h'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'
exec --no-startup-id i3-msg 'workspace 3: Terms; split v'
exec --no-startup-id i3-msg 'workspace 3: Terms; exec urxvt'