diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ static const unsigned int maxWTab = 600; /* tab menu width */ static const unsigned int maxHTab = 200; /* tab menu height */ /* appearance */ -static const unsigned int borderpx = 6; /* border pixel of windows */ +static const unsigned int borderpx = 12; /* border pixel of windows */ static const unsigned int gappx = 24; /* gap pixel between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ |
