Fix singletagset-ipc
1 files changed, 0 insertions(+), 2 deletions(-) M dwl.c
M dwl.c => dwl.c +0 -2
@@ 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)