summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2026-01-20 11:47:48 +0100
committerNaz <ndpm13@ch-naseem.com>2026-01-20 11:47:48 +0100
commit4dd29beb7d309baf2af3fe1bba65cd73db44777e (patch)
treee23a6f06a25cb04b46a44d639b3ba5acfa5c4b69 /config.def.h
parentdfbbd35b0919ed7e9aeec3b3f7bf0338d4438f9c (diff)
feat(patch): dwm-splitstatus-20201114-61bb8b2
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 253a0b9..13c770f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,6 +11,8 @@ static const unsigned int gappov = 10; /* vert outer gap between window
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
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";