aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop')
-rw-r--r--sway/desktop/output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 790751c3..34fefaa9 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -1271,6 +1271,8 @@ static void handle_destroy(struct wl_listener *listener, void *data) {
wl_list_remove(&output->destroy.link);
output->wlr_output->data = NULL;
free(output);
+
+ arrange_and_commit(&root_container);
}
static void handle_mode(struct wl_listener *listener, void *data) {