From 66fd1e8af15d9eb0f1ec502133cdcde63614b9a9 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 10 Feb 2025 18:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=BB=9A=E5=8A=A8=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E4=B8=8B=E7=9A=84=E6=B5=AE=E5=8A=A8=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=8A=A8=E7=94=BB=E8=B5=B7=E5=A7=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 92e928f4..b19ee2d8 100644 --- a/main.c +++ b/main.c @@ -3683,7 +3683,7 @@ int is_special_animaiton_rule(Client *c) { } } - if (strcmp(selmon->lt[selmon->sellt]->name , "scroller") == 0) { + if (strcmp(selmon->lt[selmon->sellt]->name , "scroller") == 0 && !c->isfloating) { return DOWN; } else if (visible_client_number < 2 && !c->isfloating) { return DOWN;