diff options
Diffstat (limited to 'slock/config.h')
| -rw-r--r-- | slock/config.h | 6 |
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 */ |
| 2 | static const char *user = "nobody"; | 2 | static const char *user = "fd0e"; |
| 3 | static const char *group = "nogroup"; | 3 | static const char *group = "fd0e"; |
| 4 | 4 | ||
| 5 | static const char *colorname[NUMCOLS] = { | 5 | static const char *colorname[NUMCOLS] = { |
| 6 | [INIT] = "black", /* after initialization */ | 6 | [INIT] = "black", /* after initialization */ |
| @@ -21,4 +21,4 @@ static const char * text_color = "#a8fffe"; | |||
| 21 | static const char * font_name = "fixed"; | 21 | static 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 */ |
| 24 | static const int monitortime = 5; | 24 | static const int monitortime = 3; |
