From 13bc8b1dee450dfb93fb71ba7b5c0f53769458b0 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Thu, 21 Nov 2024 01:44:01 +0300 Subject: Border width 2 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 979d09b..8e6c9f9 100644 --- a/config.def.h +++ b/config.def.h @@ -23,7 +23,7 @@ static unsigned int lines = 0; static const char worddelimiters[] = " "; /* Size of the window border when centered */ -static unsigned int bw = 3; +static unsigned int bw = 2; /* Pixels to add to the line height */ static unsigned int lineheight = 2; -- cgit v1.2.3