personal settings for blur and username

This commit is contained in:
Alexander Bocken 2021-07-05 14:42:31 +02:00
parent 737e22504b
commit 84da7ff4ee
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -1,6 +1,6 @@
/* user and group to drop privileges to */ /* user and group to drop privileges to */
static const char *user = "nobody"; static const char *user = "alex";
static const char *group = "nogroup"; static const char *group = "wheel";
static const char *colorname[NUMCOLS] = { static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */ [INIT] = "black", /* after initialization */
@ -16,6 +16,6 @@ static const int failonclear = 1;
/*Set blur radius*/ /*Set blur radius*/
static const int blurRadius=5; static const int blurRadius=5;
/*Enable Pixelation*/ /*Enable Pixelation*/
//#define PIXELATION #define PIXELATION
/*Set pixelation radius*/ /*Set pixelation radius*/
static const int pixelSize=0; static const int pixelSize=40;