diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 2602882..c96fd4b 100644 --- a/config.def.h +++ b/config.def.h @@ -22,5 +22,5 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; -/* Size of the window border */ -static unsigned int border_width = 0; +/* Size of the window border when centered */ +static unsigned int bw = 3; |