summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 046b8bf..0e9bc70 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1819,7 +1819,7 @@ setup(void)
if (!drw_fontset_create(drw, fonts, LENGTH(fonts)))
die("no fonts could be loaded.");
lrpad = drw->fonts->h;
- bh = drw->fonts->h + 2;
+ bh = drw->fonts->h + barheight;
updategeom();
/* init atoms */
utf8string = XInternAtom(dpy, "UTF8_STRING", False);