From 87b7de3d09c19c5a96db63ddc85c62fd612a5295 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Tue, 15 Dec 2020 10:20:03 +0100 Subject: [PATCH] changed borderpx to 2px --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 41efe3e..b3ed67c 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 snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */