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 | 13bc8b1dee450dfb93fb71ba7b5c0f53769458b0 (patch) | |
tree | 7cf1b6a35f2cd93404dc90e18ab6bb423d87a76e | |
parent | 87ca79ff13f58abe56df43301335a9ebcf83aac4 (diff) |
-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; |