]> git.sur5r.net Git - i3/i3/commit
look and feel: create split container when switching workspace layout
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 26 Nov 2010 22:08:12 +0000 (23:08 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 26 Nov 2010 22:08:12 +0000 (23:08 +0100)
commit77d0d42ed2d7ac8cafe267c92b35a81c1b9491eb
tree0d2a04f720d6a9ff284507d560d6804677a05df3
parentc3981e12d3147e62c17abac89f5480fe64579d36
look and feel: create split container when switching workspace layout

Quote from the source:
  When the container type is CT_WORKSPACE, the user wants to change the
  whole workspace into stacked/tabbed mode. To do this and still allow
  intuitive operations (like level-up and then opening a new window), we
  need to create a new split container. */
include/con.h
src/cmdparse.y
src/con.c