mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
fix:miss update oldgeom when floating window tag to other monitor
This commit is contained in:
parent
284197be0b
commit
cd919f7afd
1 changed files with 1 additions and 0 deletions
|
|
@ -5770,6 +5770,7 @@ void tagmon(const Arg *arg) {
|
|||
selmon = c->mon;
|
||||
c->geom = setclient_coordinate_center(c->geom, 0, 0);
|
||||
focusclient(c, 1);
|
||||
c->oldgeom = c->geom;
|
||||
resize(c, c->geom, 1);
|
||||
} else {
|
||||
selmon = c->mon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue