From cd919f7afdcc6a23e86103396a47fc18ab16160a Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 21 Apr 2025 07:15:20 +0800 Subject: [PATCH] fix:miss update oldgeom when floating window tag to other monitor --- src/maomao.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maomao.c b/src/maomao.c index 94fe95e..0ff9ea9 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -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;