summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-17 20:57:11 -0500
committerGitHub <noreply@github.com>2022-06-17 20:57:11 -0500
commitb0fbf97a10bd7fa4dac7c6d79a11ae0355edd325 (patch)
treea8d23fca2bd3f93b7b3303a00217791ac487d0a3
parent0f2ef0e5d27ac5221c872c964aef52b22dfa8501 (diff)
change border_width
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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;