From 7e74cbd805ba5725c0ce9f8e110366b63eeda8c0 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Thu, 23 Jul 2026 01:28:39 -0400 Subject: [PATCH] Increase border size --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 090ddb4..64f58d0 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 = 4; /* 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 */