fix: should set global client tag before caculate number of client in arrange

This commit is contained in:
DreamMaoMao 2025-10-18 20:39:31 +08:00
parent 1f7a8a3ced
commit 17009f5364
2 changed files with 8 additions and 7 deletions

View file

@ -1030,7 +1030,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
c->animainit_geom = c->geom;
}
if (c->scratchpad_switching_mon) {
if (c->scratchpad_switching_mon && c->isfloating) {
c->animainit_geom = c->geom;
}