diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-02-14 17:40:59 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-02-14 17:40:59 +0300 |
commit | fb5c73335f08eb8a908351fbba6888e72ac7326a (patch) | |
tree | 6b29d08858956adcfd7936943c2f38999b4c09d8 /dwm.c | |
parent | 11e9ab8ea9ac35dcbc52869a9780d3e66845a72c (diff) |
bar height variable
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |