From 84403a26230cfdbc005f61778be74a533018f218 Mon Sep 17 00:00:00 2001 From: pants Date: Tue, 24 Feb 2026 12:07:41 -0800 Subject: [PATCH] change borderpx --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 45f3ec5..2798bfd 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 5; /* border pixel of windows */ +static const unsigned int borderpx = 8; /* border pixel of windows */ // add gappx static const unsigned int gappx = 8; static const unsigned int snap = 32; /* snap pixel */