diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 11:47:48 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-06-27 16:09:19 +0100 |
| commit | 796dd07abe00e9cf02ee0d50d60a4ea8cde43902 (patch) | |
| tree | d2a5ffb4b67ae469355e67a961f0fbc934ce3bf0 /config.def.h | |
| parent | e6d50b05a4aa4b9da7a9aaa27bf2912c5014edf9 (diff) | |
feat(patch): apply dwm-splitstatus-20201114-61bb8b2
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
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"; |
