summaryrefslogtreecommitdiff
path: root/dwl-v0.5/dwl.c.rej
blob: 1e840dff8f113bbc9db039dada91e5e342c112d2 (plain)
1
2
3
4
5
6
7
8
9
10
--- dwl.c
+++ dwl.c
@@ -1870,6 +1888,7 @@ printstatus(void)
 		printf("%s tags %u %u %u %u\n", m->wlr_output->name, occ, m->tagset[m->seltags],
 				sel, urg);
 		printf("%s layout %s\n", m->wlr_output->name, m->lt[m->sellt]->symbol);
+		dwl_wm_printstatus(m);
 	}
 	fflush(stdout);
 }