From 7a490478db549f437009ee081785570bffeeed1b Mon Sep 17 00:00:00 2001 From: celso Date: Thu, 20 Jul 2023 12:43:23 -0300 Subject: [PATCH] resized border to 1 pixel --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9484b28..82fac0b 100644 --- a/config.def.h +++ b/config.def.h @@ -25,4 +25,4 @@ static unsigned int lines = 0; static const char worddelimiters[] = " "; /* Size of the window border */ -static unsigned int border_width = 3; +static unsigned int border_width = 1;