]> git.sur5r.net Git - i3/i3/commit
Bugfix: don’t change tabbed/stacked cons to splitv/splith layout (Thanks Merovius)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Aug 2012 23:53:45 +0000 (01:53 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Aug 2012 23:55:31 +0000 (01:55 +0200)
commit5257a1268f3b0f0f6ca06f9638b362f311ce3fcb
treede7cfad8888ced336f1c76cf0f6904c45c8abfaf
parentba8b5c480da0e007c523db6aa5b668b2836f0d57
Bugfix: don’t change tabbed/stacked cons to splitv/splith layout (Thanks Merovius)

To automagically do the right thing when rotating monitors with regards
to splith/splitv layout (depending on width/height of the monitor), we
change the orientation of existing workspaces and the first child.

If that first child happens to be a stacked/tabbed con, we cannot change
the layout unconditionally (previously, the orientation was not in the
layout, so we never noticed this problem).

fixes #768
src/randr.c