diff --git a/config.h b/config.h index a25075d..c79145f 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static const char *colorname[NUMCOLS] = { }; /* lock screen opacity */ -static const float alpha = 1; +static const float alpha = 0.3; /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1;