From e92db2c74e3bde34c0827b14aa8da9eb32e8d85e Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 4 Feb 2025 10:02:18 +0800 Subject: [PATCH] fix: some animaiton lost from ov backup --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 1636a25..8142b7e 100644 --- a/main.c +++ b/main.c @@ -4464,7 +4464,7 @@ void overview_restore(Client *c, const Arg *arg) { c->overview_isfullscreenbak = 0; c->overview_isfakefullscreenbak = 0; c->bw = c->overview_backup_bw; - c->is_restoring_from_ov = true; + c->is_restoring_from_ov = (arg->ui & c->tags) == 0 ? true: false; if (c->isfloating) { // XRaiseWindow(dpy, c->win); // 提升悬浮窗口到顶层 resizeclient(c, c->overview_backup_x, c->overview_backup_y, c->overview_backup_w,