diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 00:37:07 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-25 00:37:07 +0100 |
| commit | 39d524489eb8996c9bf7d292bf6df3c022adccf7 (patch) | |
| tree | 87f4766d9956a042c6523dc9df3d9cee0711fe64 | |
| parent | 856a8e6edfbe85f38585cbcca719c7334b3968d1 (diff) | |
fix ipc update bug
| -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); } |