diff --git a/sway/layout.c b/sway/layout.c index fa613211d..3e550927e 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -303,8 +303,6 @@ void move_container(swayc_t *container, enum movement_direction dir) { child = parent; parent = child->parent; } - // Dirty hack to fix a certain case - /* arrange_windows(parent, -1, -1); */ arrange_windows(parent->parent, -1, -1); set_focused_container_for(parent->parent, container); }