From 2a0bd36624c80db5a04762e4cd0cf0adc0fb5027 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:10:15 +0900 Subject: Init --- slock/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slock/config.h') 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 */ -- cgit v1.2.3