From 5739ae891f41ef4d4f9ef1441bf0ab76de272322 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 27 Mar 2021 10:18:21 +0000 Subject: (Config)~borderpx 10 -> 2 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 551527d..37c9994 100644 --- a/config.h +++ b/config.h @@ -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 */ -- cgit v1.2.3-13-gbd6f