From b2f5b85fc42ed63b8acca352ffefcedea11eb7a2 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 18:53:19 +0700 Subject: [PATCH] Change group from nogroup to nobody To work on Arch Linux --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9855e21..27cc2d0 100644 --- a/config.h +++ b/config.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 */