From da8d349106c812cf792b2c99fb91c356d8664fef Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 14 Nov 2021 18:59:52 +0530 Subject: change border pixel of windows from 1 to 2 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index fe307d7..016798d 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 unsigned int gappx = 5; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ -- cgit v1.2.3