From 17aef25baa2cb35b288c297b25ea464afe0f8a71 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Tue, 18 May 2021 16:02:54 +0200 Subject: [PATCH] changed borderpx to 2 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index beeac1a..40b28f3 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const int startwithgaps[] = { 1 }; /* 1 means gaps are used by default, this can be customized for each tag */ static const unsigned int gappx[] = { 10 }; /* default gap between windows in pixels, this can be customized for each tag */ static const unsigned int snap = 32; /* snap pixel */