]> git.sur5r.net Git - i3/i3/commit
Make workspace_layout handle all cons at workspace level, not only the first one...
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Jun 2011 15:21:38 +0000 (17:21 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Jun 2011 15:21:38 +0000 (17:21 +0200)
commit1585d942eac06ddf141c479c90262d0bae4f8cc4
tree4b1a47753f0330e22180f955ec6b100318fb0b05
parent51bfdbf0a840833830030c1752a4ea6d414b9347
Make workspace_layout handle all cons at workspace level, not only the first one (+test)

This makes opening new windows on workspace level and moving windows to the
right/left more like in the old i3.
13 files changed:
include/con.h
include/tree.h
include/workspace.h
src/cmdparse.y
src/con.c
src/floating.c
src/load_layout.c
src/manage.c
src/move.c
src/randr.c
src/tree.c
src/workspace.c
testcases/t/67-workspace_layout.t [new file with mode: 0644]