mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-15 06:59:54 -05:00
feat: tag action sync all monitor
This commit is contained in:
parent
b5b697a7b1
commit
38bb406279
5 changed files with 78 additions and 54 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue