From a5a5787425d7cb420d5d14109221b48362168766 Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 15 Oct 2025 15:23:39 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20apply=20dwm-splitstatus-20201114-61bb8?= =?UTF-8?q?b2=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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"; -- cgit v1.2.3