remove unused user configuration

config
Ryan 2023-09-21 12:46:23 -04:00
parent 596a140956
commit 46649f6cd1
Signed by: ryan
GPG Key ID: 7D7E2E94267DAD95
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ static const int failonclear = 0;
/* Time in seconds before the monitor shuts down */
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] = {
[BACKGROUND] = "white",
[INIT] = "2d2d2d", /* after initialization */