diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 7247a407..28dcc996 100644 --- 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); |