From 62f8289ec44c35f8e7fab16d90b8681a9bebc1a4 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Tue, 2 Sep 2025 11:26:53 +0700 Subject: [PATCH] Make border line bolder --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 7250c7e..cf8b0ff 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 showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */