summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 23:49:53 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 23:49:53 -0400
commitf93a225bb6bbda31d1981f3f8844f4a104b3e787 (patch)
tree84317abdc59582fb7f25f74d6383ba400b676895 /config.def.h
parentf2a833eaa026fe676eb1f98ea943808363f5a189 (diff)
README overhaul
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index bb6b530..6c2db1c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,6 +7,7 @@ static const unsigned int snap = 15; /* snap pixel */
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int user_bh = 28; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const char *fonts[] = { "monospace:size=12" };
static const char dmenufont[] = "monospace:size=12";
static const char col_gray1[] = "#222d32";