feat: support toggleview action in ext-workspace

This commit is contained in:
DreamMaoMao 2025-10-01 22:37:52 +08:00
parent 4708c10b89
commit bcc6fb7454
2 changed files with 31 additions and 2 deletions

View file

@ -2605,7 +2605,7 @@ void createmon(struct wl_listener *listener, void *data) {
wlr_output_layout_add(output_layout, wlr_output, m->m.x, m->m.y);
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++) {