From acf3ab704bca39cabe3a3873f58ac743d666457c Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sat, 28 Mar 2020 22:34:57 +0100 Subject: [PATCH] smaller border --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index daa3773..72d4f19 100644 --- a/config.def.h +++ b/config.def.h @@ -23,4 +23,4 @@ static unsigned int lines = 0; static const char worddelimiters[] = " "; /* Size of the window border */ -static const unsigned int border_width = 5; +static const unsigned int border_width = 2;