]> git.sur5r.net Git - i3/i3/commit
Implement options to change the default mode of containers
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 21:08:27 +0000 (23:08 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 27 Sep 2009 21:08:27 +0000 (23:08 +0200)
commite101940c5edd3094463fea362fc21e924a46eca4
treeee9348a5dab4a965e95fc9027e7e7a272afe341d
parentfa868ed61cb287f529f86f61775a9de7a7d08cf5
Implement options to change the default mode of containers

The following new directives have been implemented for the configuration
file:

new_container <default|stacking|tabbed>
new_container stack-limit <cols|rows> <value>

Note that they require using the new lexer/parser, which you can
do by passing -l to i3 when starting.
include/config.h
src/cfgparse.l
src/cfgparse.y
src/layout.c
src/mainx.c
src/table.c
src/util.c
src/workspace.c