fix: should set global client tag before caculate number of client in arrange
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user