remove unused user configuration
parent
596a140956
commit
46649f6cd1
4
config.h
4
config.h
|
|
@ -4,10 +4,6 @@ static const int failonclear = 0;
|
||||||
/* Time in seconds before the monitor shuts down */
|
/* Time in seconds before the monitor shuts down */
|
||||||
static const int monitortime = 30;
|
static const int monitortime = 30;
|
||||||
|
|
||||||
/* User and group to drop privileges to */
|
|
||||||
static const char *user = "ryan";
|
|
||||||
static const char *group = "ryan";
|
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[BACKGROUND] = "white",
|
[BACKGROUND] = "white",
|
||||||
[INIT] = "2d2d2d", /* after initialization */
|
[INIT] = "2d2d2d", /* after initialization */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue