From b16f49712d2760b2025a334940b7ba2de96efe72 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Fri, 25 Oct 2024 01:27:33 +0300 Subject: 2px border --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8934ebd..71eab8f 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 = 3; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 10; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const unsigned int gappih = 15; /* horiz inner gap between windows */ -- cgit v1.2.3