From b7b5eae7d8788de9183fed05b97dcfabb738290f Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 25 May 2020 17:33:49 +0530 Subject: changes --- slock/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slock') diff --git a/slock/config.h b/slock/config.h index 6f12b0d..e4867df 100644 --- a/slock/config.h +++ b/slock/config.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *user = "fd0e"; +static const char *group = "fd0e"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -21,4 +21,4 @@ static const char * text_color = "#a8fffe"; static const char * font_name = "fixed"; /* time in seconds before the monitor shuts down */ -static const int monitortime = 5; +static const int monitortime = 3; -- cgit v1.2.3