summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-10-15 15:23:39 +0100
committerNaz <ndpm13@ch-naseem.com>2025-10-15 15:23:39 +0100
commita5a5787425d7cb420d5d14109221b48362168766 (patch)
tree8d625c1144df536b4e7229104ddfa2608d5c80de /config.def.h
parent052ce50c39347270ea15ebbde8305eed8198d007 (diff)
✨feat: apply dwm-splitstatus-20201114-61bb8b2 patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 00656dd..27eedf8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,6 +11,8 @@ static const int smartgaps = 0; /* 1 means no outer gap when the
static const int swallowfloating = 0; /* 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 splitstatus = 1; /* 1 for split status items */
+static const char *splitdelim = ";"; /* Character used for separating status */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222";