Adjust bordersize

This commit is contained in:
Marco Thomas
2021-06-07 14:15:44 +02:00
parent 2a78046cfc
commit 79bce656da

View File

@@ -29,6 +29,6 @@ static unsigned int lines = 6;
*/ */
static const char worddelimiters[] = " "; static const char worddelimiters[] = " ";
static const unsigned int border_width = 6; /* Size of the window border */ static const unsigned int border_width = 4; /* Size of the window border */
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */