From 8f3a5883fa89433551cf0107aa847b8e5be39300 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 17 Sep 2020 23:06:28 -0400 Subject: [PATCH] config --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 9855e21..9e04b7a 100644 --- a/config.def.h +++ b/config.def.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 = "pinosaur"; +static const char *group = "pinosaur"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ -- 2.20.1