From b2171ab259b4b6a1a64129b6a381e6cd2d0ed64c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:32:16 +0900 Subject: modified slock/config.def.h --- slock/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slock/config.def.h b/slock/config.def.h index 13ad3a4..b12d1af 100644 --- a/slock/config.def.h +++ b/slock/config.def.h @@ -45,7 +45,7 @@ static XRectangle rectangles[9] = { #define BLUR /* Set blur radius */ static int blurRadius = 5; -static int privateBlurRadius = 100; +static int privateBlurRadius = 0; /* Enable Pixelation */ //#define PIXELATION /* Set pixelation radius */ -- cgit v1.2.3