From 3a3b5a386c5f1ceaf91b3640e34a0c9297b3d743 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 5 Feb 2025 18:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dqq=E9=87=8D=E6=96=B0map?= =?UTF-8?q?=E5=8D=A1=E9=A1=BF=E5=90=AF=E5=8A=A8,ipc=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=88=87=E6=8D=A2tag=E7=9A=84=E6=97=B6=E5=80=99=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 48235def..519a29a3 100644 --- a/main.c +++ b/main.c @@ -1073,7 +1073,7 @@ applyrules(Client *c) } if(!(c->tags & ( 1 << (selmon->pertag->curtag - 1) ))){ - view(&(Arg){.ui = c->tags},false); + view(&(Arg){.ui = c->tags},true); } } @@ -2437,7 +2437,7 @@ void dwl_ipc_output_set_tags(struct wl_client *client, struct wl_resource *resou monitor->tagset[monitor->seltags] = newtags; focusclient(focustop(monitor), 1); - arrange(monitor,false); + arrange(monitor,true); printstatus(); }