From aefad14e8878b5e742df087fb79f1d807746a234 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 01:59:15 +0100 Subject: adjusted borderpx size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index d798090..d5144d9 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define TERMCLASS "st-256color" /* appearance */ -static const unsigned int borderpx = 4; /* border pixel of windows */ +static const unsigned int borderpx = 3; /* border pixel of windows; 3 is min pixels needed for smooth rounded corners */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 10; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ -- cgit v1.2.3