From 6cacc5b6925d880f538077cb23294e2001b12303 Mon Sep 17 00:00:00 2001 From: "Ivan K. Boikov" Date: Tue, 7 Jan 2025 22:27:11 +0100 Subject: Smaller border --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 28a8c20..78cdef7 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ #include /* appearance */ -static const unsigned int borderpx = 5; /* border pixel of windows */ +static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ -- cgit v1.2.3