From 0e3281321fe7badc2692e42a8a2d44b29424a3cf 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 cd799c9..f212b45 100644 --- a/dwl.c +++ b/dwl.c @@ -485,6 +485,7 @@ applyrules(Client *c) } setmon(c, mon, newtags); + attachclients(mon); } void -- 2.48.1