Marcus Moeller <[email protected]> writes: > In general I work in tabbed mode, meaning not using tiling at all. But > now I want to ask if it is possible to start one application (my > jabber client) besides the main tabbed window, with a predefined > width?
This works with i3 from git: mod-a, mod-h, then call the program Related part in the config: # focus the parent container bindsym $mod+a focus parent # split in horizontal orientation bindsym $mod+h split h Resizing must done manually. Frank
