summaryrefslogtreecommitdiff
path: root/dwl-v0.5/dwl.c.rej
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-12-26 13:42:41 -0600
committerstkhan <personal@slickd.xyz>2023-12-26 13:42:41 -0600
commit5b5086084b4f8451afb097a471f905c2cb2ad634 (patch)
treed0e6378a453c0896c64e2225b630544117dfe427 /dwl-v0.5/dwl.c.rej
Init commitHEADmaster
Diffstat (limited to 'dwl-v0.5/dwl.c.rej')
-rw-r--r--dwl-v0.5/dwl.c.rej10
1 files changed, 10 insertions, 0 deletions
diff --git a/dwl-v0.5/dwl.c.rej b/dwl-v0.5/dwl.c.rej
new file mode 100644
index 0000000..1e840df
--- /dev/null
+++ b/dwl-v0.5/dwl.c.rej
@@ -0,0 +1,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);
+ }