diff options
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; |