From 1ca27307b6d121a46ebbe95f89ccd0d9ea2edfe1 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 6 Feb 2025 16:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ipc=E4=B8=AD=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E4=B8=BA=E7=A9=BAtag=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 289ee6da..3852bd2f 100644 --- a/main.c +++ b/main.c @@ -2403,6 +2403,8 @@ void dwl_ipc_output_printstatus_to(DwlIpcOutput *ipc_output) { state |= ZDWL_IPC_OUTPUT_V2_TAG_STATE_ACTIVE; wl_list_for_each(c, &clients, link) { + if (c->iskilling) + continue; if (c->mon != monitor) continue; if (!(c->tags & tagmask))