mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-04 06:46:38 -04:00
修复qq重新map卡顿启动,ipc请求切换tag的时候开启动画
This commit is contained in:
parent
311bdd02e5
commit
3a3b5a386c
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -1073,7 +1073,7 @@ applyrules(Client *c)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(c->tags & ( 1 << (selmon->pertag->curtag - 1) ))){
|
if(!(c->tags & ( 1 << (selmon->pertag->curtag - 1) ))){
|
||||||
view(&(Arg){.ui = c->tags},false);
|
view(&(Arg){.ui = c->tags},true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2437,7 +2437,7 @@ void dwl_ipc_output_set_tags(struct wl_client *client, struct wl_resource *resou
|
||||||
|
|
||||||
monitor->tagset[monitor->seltags] = newtags;
|
monitor->tagset[monitor->seltags] = newtags;
|
||||||
focusclient(focustop(monitor), 1);
|
focusclient(focustop(monitor), 1);
|
||||||
arrange(monitor,false);
|
arrange(monitor,true);
|
||||||
printstatus();
|
printstatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue