summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-21 20:04:56 +0200
committerbakkeby <[email protected]>2020-06-21 20:04:56 +0200
commitc3d368f1937465b5f2ba41ac65ef24e275146ff5 (patch)
treec82d480dfb18318b1a43c47d8150b5f412857c10 /config.def.h
parent92a63debe5891f63f060b8632c07fab6484c5d2e (diff)
downloaddwm-flexipatch-c3d368f1937465b5f2ba41ac65ef24e275146ff5.tar.gz
dwm-flexipatch-c3d368f1937465b5f2ba41ac65ef24e275146ff5.zip
Adding bar_height patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 64ea4f5..6b11339 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,6 +21,9 @@ static const int showbar = 0; /* 0 means no bar */
static const int showbar = 1; /* 0 means no bar */
#endif // HOLDBAR_PATCH
static const int topbar = 1; /* 0 means bottom bar */
+#if BAR_HEIGHT_PATCH
+static const int bar_height = 0; /* 0 means derive from font, >= 1 explicit height */
+#endif // BAR_HEIGHT_PATCH
#if BARPADDING_PATCH
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 10; /* horizontal padding of bar */