summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8ed0a7c..0a27962 100644
--- a/config.h
+++ b/config.h
@@ -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 */