From 84da7ff4eece3cf2a3efbb98fbc257c707c9907c Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 5 Jul 2021 14:42:31 +0200 Subject: [PATCH] personal settings for blur and username --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 81a55af..ccf93f8 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *user = "alex"; +static const char *group = "wheel"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -16,6 +16,6 @@ static const int failonclear = 1; /*Set blur radius*/ static const int blurRadius=5; /*Enable Pixelation*/ -//#define PIXELATION +#define PIXELATION /*Set pixelation radius*/ -static const int pixelSize=0; +static const int pixelSize=40;