diff options
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c index 4f2ea09a..b37b82da 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -302,6 +302,7 @@ void move_container(swayc_t *container, enum movement_direction dir) { } // Change parent layout if we need to if (parent->children->length == 1 && parent->layout != layout) { + /* swayc_change_layout(parent, layout); */ parent->layout = layout; continue; } |