diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-01 22:32:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-01 22:32:16 +0900 |
| commit | b2171ab259b4b6a1a64129b6a381e6cd2d0ed64c (patch) | |
| tree | d3a969666152cbd7ea23ecd76d887c77f0ceac4a | |
| parent | 95408a6750c59d27d3a0b50b9862d30a36efca81 (diff) | |
| -rw-r--r-- | slock/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
