From 0192e5d3b53bebdbd5311a8344606497cbe69e5d Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 2 Oct 2023 21:19:18 +0800 Subject: [PATCH] Testing rounded corners --- dwm-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index ed2219d..577f4c0 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -3,7 +3,7 @@ /* appearance */ #if ROUNDED_CORNERS_PATCH static const unsigned int borderpx = 0; /* border pixel of windows */ -static const int corner_radius = 10; +static const int corner_radius = 5; #else static const unsigned int borderpx = 1; /* border pixel of windows */ #endif // ROUNDED_CORNERS_PATCH