From db36c1430af3f50de6a75bbf084481e91ebb230a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 19 Jul 2024 17:50:18 +0200 Subject: [PATCH] Fix singletagset-ipc --- dwl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dwl.c b/dwl.c index 5654a11b0cf3c95905bc0ba7d3bb1e505879afae..bf9c009a7d00f2157cdf613e3966ad0a3276a72e 100644 --- a/dwl.c +++ b/dwl.c @@ -1553,8 +1553,6 @@ dwl_ipc_output_printstatus_to(DwlIpcOutput *ipc_output) } wl_list_for_each(c, &clients, link) { - if (c->mon != monitor) - continue; if (!(c->tags & tagmask)) continue; if (c == focused)