applied border
[dmenu.git] / config.def.h
index e578368..35adb50 100644 (file)
@@ -23,3 +23,6 @@ static unsigned int lines      = 20;
  * for example: " /?\"&[]"
  */
 static const char worddelimiters[] = " ";
+
+/* Size of the window border */
+static const unsigned int border_width = 5;