修复qq重新map卡顿启动,ipc请求切换tag的时候开启动画

This commit is contained in:
DreamMaoMao 2025-02-05 18:26:58 +08:00
parent 311bdd02e5
commit 3a3b5a386c

4
main.c
View file

@ -1073,7 +1073,7 @@ applyrules(Client *c)
}
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;
focusclient(focustop(monitor), 1);
arrange(monitor,false);
arrange(monitor,true);
printstatus();
}