summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-11-10 19:15:54 +0100
committerfilip <“filip.rabiega@gmail.com”>2025-11-10 19:15:54 +0100
commit9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed (patch)
tree736a5ce4cdd78c99376d2a16dccbc74214735b1c /config.h
parent6e2b001f442041fe9255eb2580411f0ef46fee10 (diff)
downloadchaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.tar.gz
chaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.tar.bz2
chaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.zip
changed window frame width
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 */