From decbc5cf53c688eedfffe70cd498f82956da8257 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 9 Jun 2021 20:10:18 +0100 Subject: Increased Border Pixel Size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index f9d50ff..779385c 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #include "colors.h" /* 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 swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ -- cgit v1.2.3