From 79bce656daa57ff5933b84733c1168dc33dbf575 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 7 Jun 2021 14:15:44 +0200 Subject: [PATCH] Adjust bordersize --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index acab8e5..251bfa6 100644 --- a/config.h +++ b/config.h @@ -29,6 +29,6 @@ static unsigned int lines = 6; */ 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 */