Root window title becomes the same as normal fg and bg.
I like how this looks more than the original. Try only without fancybar
and its
children.
Cág
diff --git a/dwm.c b/dwm.c
index 421bf27..efc9cd8 100644
--- a/dwm.c
+++ b/dwm.c
@@ -743,7 +743,7 @@ drawbar(Monitor *m)
if ((w = m->ww - sw - x) > bh) {
if (m->sel) {
- drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
+ drw_setscheme(drw, scheme[m == selmon ? SchemeNorm : SchemeNorm]);
drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
if (m->sel->isfloating)
drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);