diff options
| author | filip <“filip.rabiega@gmail.com”> | 2025-11-10 19:15:54 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2025-11-10 19:15:54 +0100 |
| commit | 9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed (patch) | |
| tree | 736a5ce4cdd78c99376d2a16dccbc74214735b1c /config.def.h | |
| parent | 6e2b001f442041fe9255eb2580411f0ef46fee10 (diff) | |
| download | chaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.tar.gz chaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.tar.bz2 chaddwm-9f6e7580fb8bb1a70e43cbde1d4ac98fff913bed.zip | |
changed window frame width
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8ed0a7c..0a27962 100644 --- a/config.def.h +++ b/config.def.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 */ |
