decrease spacing between tag names in tagbar

This commit is contained in:
Ray Elliott 2020-02-22 17:04:49 +00:00
parent 1f638e48b4
commit a2cc51412b
1 changed files with 1 additions and 1 deletions

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 */