diff options
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2080,6 +2080,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->ltsymbol); + dwl_output_printstatus(m); } fflush(stdout); } |