diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-17 20:57:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 20:57:11 -0500 |
| commit | b0fbf97a10bd7fa4dac7c6d79a11ae0355edd325 (patch) | |
| tree | a8d23fca2bd3f93b7b3303a00217791ac487d0a3 /config.h | |
| parent | 0f2ef0e5d27ac5221c872c964aef52b22dfa8501 (diff) | |
change border_width
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ static unsigned int lines = 22; static const char worddelimiters[] = " "; /* Size of the window border */ -static const unsigned int border_width = 3; +static const unsigned int border_width = 2; |
