decrease spacing between tag names in tagbar

This commit is contained in:
Ray Elliott 2020-02-22 17:04:49 +00:00
commit a2cc51412b

2
dwm.c
View file

@ -1546,7 +1546,7 @@ setup(void)
drw = drw_create(dpy, screen, root, sw, sh);
if (!drw_fontset_create(drw, fonts, LENGTH(fonts)))
die("no fonts could be loaded.");
lrpad = drw->fonts->h;
lrpad = 8;
bh = drw->fonts->h + 2;
updategeom();
/* init atoms */