From 13c19229f15621356cd50f7ce9757730b3745329 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Mon, 5 Apr 2021 13:45:21 +0100 Subject: [PATCH] fix config.def.h for arch linux --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 46d7118..9740fa6 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 *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */