diff --git a/slock-1.4/config.def.h b/slock-1.4/config.def.h index bc93cb0..c21f781 100644 --- a/slock-1.4/config.def.h +++ b/slock-1.4/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "n0x"; -static const char *group = "n0x"; +static const char *group = "users"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -26,8 +26,8 @@ static const int timetocancel = 5; /*Enable blur*/ #define BLUR /*Set blur radius*/ -static const int blurRadius=10; +static const int blurRadius=30; /*Enable Pixelation*/ //#define PIXELATION /*Set pixelation radius*/ -static const int pixelSize=2; +static const int pixelSize=10;