From 20deb11df0624e98f0ed8e53e173db7074a28690 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 12 May 2024 08:52:32 +0200 Subject: [PATCH] fix: attachclients in applyrules --- dwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwl.c b/dwl.c index 4c81df2..b9da039 100644 --- a/dwl.c +++ b/dwl.c @@ -614,6 +614,7 @@ applyrules(Client *c) } setmon(c, mon, newtags); + attachclients(mon); } void -- 2.48.1