From b0fbf97a10bd7fa4dac7c6d79a11ae0355edd325 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:57:11 -0500 Subject: change border_width --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 6ff7343..6447758 100644 --- a/config.h +++ b/config.h @@ -21,4 +21,4 @@ static unsigned int lines = 22; static const char worddelimiters[] = " "; /* Size of the window border */ -static const unsigned int border_width = 3; +static const unsigned int border_width = 2; -- cgit v1.2.3