Files
DynamicWindowManager/dmenu/config.def.h.rej
2024-08-08 15:30:46 -04:00

11 lines
240 B
Plaintext

--- config.def.h
+++ config.def.h
@@ -22,3 +23,7 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
+
+/* Size of the window border */
+static unsigned int border_width = 0;
+