diff options
Diffstat (limited to 'slock/config.h')
| -rw-r--r-- | slock/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slock/config.h b/slock/config.h index 9e361b2..b6a4837 100644 --- a/slock/config.h +++ b/slock/config.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *group = "wheel"; -static int personalblur = 200; +static int personalblur = 100; static const char *colorname[NUMCOLS] = { [INIT] = "#3c3836", /* after initialization */ |
