aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7b3aaf3..81c909d 100644
--- a/config.h
+++ b/config.h
@@ -11,6 +11,9 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
+/* time in seconds to cancel lock with mouse movement */
+static const int timetocancel = 3;
+
/* insert grid pattern with scale 1:1, the size can be changed with logosize */
static const int logosize = 75;
/* grid width and height for right center alignment */
@@ -33,7 +36,7 @@ static XRectangle rectangles[9] = {
/*Enable blur*/
#define BLUR
/*Set blur radius*/
-static const int blurRadius=9;
+static const int blurRadius=5;
/*Enable Pixelation*/
//#define PIXELATION
/*Set pixelation radius*/