From 349ad824256e7dd73998a1b56d0512a36cf2a8e3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:26:29 +0900 Subject: modified dwm/dwm.c --- dwm/dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/dwm.c b/dwm/dwm.c index 6042664..7443ac8 100644 --- a/dwm/dwm.c +++ b/dwm/dwm.c @@ -1186,7 +1186,7 @@ drawbar(Monitor *m) snprintf(tagdisp, 64, etagf, tags[i]); masterclientontag[i] = tagdisp; tagw[i] = w = TEXTW(masterclientontag[i]); - wdelta = selmon->alttag ? abs(TEXTW(tags[i]) - TEXTW(tagsalt[i]) - 2) / 2 : 0; + wdelta = selmon->alttag ? abs(TEXTW(tags[i]) - TEXTW(tagsalt[i])) / 2 : 0; if (m == selmon) drw_setscheme(drw, (m->tagset[m->seltags] & 1 << i ? tagscheme[i] : scheme[SchemeNorm])); else -- cgit v1.2.3