diff --git a/src/tasks/connector.rs b/src/tasks/connector.rs index d58c702b..01cb7fa5 100644 --- a/src/tasks/connector.rs +++ b/src/tasks/connector.rs @@ -154,6 +154,7 @@ impl ConnectorHandler { } } for ws in ws_to_move { + ws.output.set(on.clone()); on.workspaces.add_last_existing(&ws); if ws.visible_on_desired_output.get() && on.workspace.get().is_none() { on.show_workspace(&ws);