decrease spacing between tag names in tagbar
This commit is contained in:
parent
1f638e48b4
commit
a2cc51412b
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue