diff --git a/src/wlrunstable/wlr_ext_workspace_v1.cpp b/src/wlrunstable/wlr_ext_workspace_v1.cpp index bd91916f..c86000e8 100644 --- a/src/wlrunstable/wlr_ext_workspace_v1.cpp +++ b/src/wlrunstable/wlr_ext_workspace_v1.cpp @@ -419,6 +419,8 @@ static void workspace_handle_output_bind(struct wl_listener *listener, evt->resource); } } + + workspace_manager_update_idle_source(output->group_handle->manager); } static void workspace_handle_output_destroy(struct wl_listener *listener,