feat: support toggleview action in ext-workspace

This commit is contained in:
DreamMaoMao
2025-10-01 22:37:52 +08:00
parent 960a8ecb41
commit 7c7bc6c910
2 changed files with 31 additions and 2 deletions

View File

@@ -2656,7 +2656,7 @@ void createmon(struct wl_listener *listener, void *data) {
// wlr_scene_node_set_enabled(&m->blur->node, 1);
}
m->ext_group = wlr_ext_workspace_group_handle_v1_create(
ext_manager, WLR_EXT_WORKSPACE_HANDLE_V1_CAP_ACTIVATE);
ext_manager, EXT_WORKSPACE_ENABLE_CAPS);
wlr_ext_workspace_group_handle_v1_output_enter(m->ext_group, m->wlr_output);
for (i = 1; i <= LENGTH(tags); i++) {