From 39aa575a37aab32fa386bc6c20841b222298f922 Mon Sep 17 00:00:00 2001 From: ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> Date: Fri, 21 Jun 2024 23:23:26 +0100 Subject: Add files via upload --- dwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index d60018f..17e3f82 100644 --- a/dwm.c +++ b/dwm.c @@ -722,10 +722,10 @@ drawbar(Monitor *m) x = 0; for (i = 0; i < LENGTH(tags); i++) { w = TEXTW(tags[i]); - if (!(m->tagset[m->seltags] & 1 << i || occ & 1 <tagset[m->seltags] & 1 << i || occ & 1 <tagset[m->seltags] & 1 << i ? SchemeSel : SchemeNorm]); drw_text(drw, x, 0, w, bh, lrpad / 2, tags[i], urg & 1 << i); - // if (occ & 1 << i) + // if (occ & 1 << i) /*Doesn't draw the rectangle to indicate an occupied tag*/ // drw_rect(drw, x + boxs, boxs, boxw, boxw, // m == selmon && selmon->sel && selmon->sel->tags & 1 << i, // urg & 1 << i); -- cgit v1.2.3