feat: tag action sync all monitor

This commit is contained in:
DreamMaoMao 2025-09-19 17:41:23 +08:00
parent b5b697a7b1
commit 38bb406279
5 changed files with 78 additions and 54 deletions

View file

@ -264,7 +264,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,