sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 955020b161a518634081c5a3332a6d6403e2442e
parent 44a4905466599155fb7203a585dfca1ce1720b33
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 31 Jul 2016 08:57:55 -0400

Merge pull request #806 from thejan2009/fix-nested-layouts

Update container geometry on layout switch
Diffstat:
Msway/commands.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/commands.c b/sway/commands.c @@ -1998,6 +1998,7 @@ static struct cmd_results *cmd_layout(int argc, char **argv) { } update_layout_geometry(parent, old_layout); + update_geometry(parent); arrange_windows(parent, parent->width, parent->height);