diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-11-21 01:44:01 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-11-21 01:44:01 +0300 |
commit | 50396f66ddd7f8fb0a54c1927701c753a092ae6a (patch) | |
tree | 7cf1b6a35f2cd93404dc90e18ab6bb423d87a76e /config.def.h | |
parent | 62e45697ecf632b80d2e782aadee5122b4596dff (diff) |
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |