summaryrefslogtreecommitdiff
path: root/slock/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'slock/config.h')
-rw-r--r--slock/config.h6
1 files changed, 3 insertions, 3 deletions
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 @@
1/* user and group to drop privileges to */ 1/* user and group to drop privileges to */
2static const char *user = "nobody"; 2static const char *user = "fd0e";
3static const char *group = "nogroup"; 3static const char *group = "fd0e";
4 4
5static const char *colorname[NUMCOLS] = { 5static const char *colorname[NUMCOLS] = {
6 [INIT] = "black", /* after initialization */ 6 [INIT] = "black", /* after initialization */
@@ -21,4 +21,4 @@ static const char * text_color = "#a8fffe";
21static const char * font_name = "fixed"; 21static const char * font_name = "fixed";
22 22
23/* time in seconds before the monitor shuts down */ 23/* time in seconds before the monitor shuts down */
24static const int monitortime = 5; 24static const int monitortime = 3;