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