aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/container.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/container.c b/sway/container.c
index a3bc9864..05bb6abb 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -295,6 +295,8 @@ swayc_t *destroy_output(swayc_t *output) {
295 remove_child(child); 295 remove_child(child);
296 add_child(root_container.children->items[p], child); 296 add_child(root_container.children->items[p], child);
297 } 297 }
298 update_visibility(root_container.children->items[p]);
299 arrange_windows(root_container.children->items[p], -1, -1);
298 } 300 }
299 } 301 }
300 sway_log(L_DEBUG, "OUTPUT: Destroying output '%lu'", output->handle); 302 sway_log(L_DEBUG, "OUTPUT: Destroying output '%lu'", output->handle);