From 9306c1fbd3e491b9dcdcbb8587460296843a10ce Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 4 Oct 2016 15:18:20 +0000 Subject: Turn CALMWM_NGROUPS define into variable, ngroups. --- conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.c') diff --git a/conf.c b/conf.c index f415257..478768d 100644 --- a/conf.c +++ b/conf.c @@ -258,6 +258,7 @@ conf_init(struct conf *c) c->bwidth = 1; c->mamount = 1; c->snapdist = 0; + c->ngroups = 10; TAILQ_INIT(&c->ignoreq); TAILQ_INIT(&c->cmdq); -- cgit 1.4.1