Is it possible with I3Wm to populate an entire workspace with determined size, position and commands for each window?
I know I can do i3-msg "exec xterm -e 'ls; bash'"i3-msg "exec xterm -e 'ls; bash'" to create a new window, but I can't specify his position and size.
Maybe there is also an alternative by declaring via JSON the layout or something like that?
Thanks