feat: tag action sync all monitor

This commit is contained in:
DreamMaoMao
2025-09-19 17:41:23 +08:00
parent 1dc2b51250
commit 47d24d6e8a
5 changed files with 76 additions and 54 deletions

View File

@@ -262,7 +262,7 @@ void dwl_ipc_output_set_tags(struct wl_client *client,
return;
monitor = ipc_output->mon;
view_in_mon(&(Arg){.ui = newtags}, true, monitor);
view_in_mon(&(Arg){.ui = newtags}, true, monitor, true);
}
void dwl_ipc_output_quit(struct wl_client *client,