mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-18 06:59:53 -05:00
fix: should set global client tag before caculate number of client in arrange
This commit is contained in:
parent
8b4956c615
commit
c7591bb6b7
2 changed files with 8 additions and 7 deletions
|
|
@ -909,7 +909,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue