diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-03-27 10:18:21 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-03-27 10:18:21 +0000 |
commit | 5739ae891f41ef4d4f9ef1441bf0ab76de272322 (patch) | |
tree | 0faef061b5953858cf5f8677ee0f0541670fa1c9 | |
parent | 1933edefee3058fcfd6631b472c6bce15b285aa6 (diff) | |
download | dwm-5739ae891f41ef4d4f9ef1441bf0ab76de272322.tar.gz dwm-5739ae891f41ef4d4f9ef1441bf0ab76de272322.tar.bz2 dwm-5739ae891f41ef4d4f9ef1441bf0ab76de272322.zip |
(Config)~borderpx 10 -> 2
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #define GTMask(X) 1 << (X - 1) /* appearance */ -static const unsigned int borderpx = 10; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappx = 10; /* gaps between windows */ static const int showbar = true; /* 0 means no bar */ |