From e3d106e299c5dc16a911acf230e1394f8a57b0f5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 24 Apr 2022 14:46:42 +0200 Subject: bigger sides --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4140ca9..72750f7 100644 --- a/config.h +++ b/config.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 swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 0; /* 0 means no bar */ -- cgit v1.2.3