From 4dd29beb7d309baf2af3fe1bba65cd73db44777e Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 20 Jan 2026 11:47:48 +0100 Subject: feat(patch): dwm-splitstatus-20201114-61bb8b2 --- 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 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"; -- cgit v1.2.3