summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 8694eb33..a4798c7e 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -244,6 +244,7 @@ static struct sway_container *container_output_destroy(
244 container_remove_child(workspace); 244 container_remove_child(workspace);
245 if (workspace->children->length > 0) { 245 if (workspace->children->length > 0) {
246 container_add_child(other_output, workspace); 246 container_add_child(other_output, workspace);
247 ipc_event_workspace(workspace, NULL, "move");
247 } else { 248 } else {
248 container_workspace_destroy(workspace); 249 container_workspace_destroy(workspace);
249 } 250 }