Merge pull request #2055 from RedSoxFan/output-destroy-workspace-ipc

Send workspace::move in container_output_destroy
This commit is contained in:
Drew DeVault 2018-05-27 15:42:08 -04:00 committed by GitHub
commit 53a3fc63c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@ static struct sway_container *container_output_destroy(
container_remove_child(workspace);
if (workspace->children->length > 0) {
container_add_child(other_output, workspace);
ipc_event_workspace(workspace, NULL, "move");
} else {
container_workspace_destroy(workspace);
}