From 03f5dc219e20edbcf4b7eac1f733a188ab8f7c29 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 3 Oct 2016 14:42:34 +0000 Subject: Defaults are split between defines and conf_init(); normalize these, as well as give 'sticky' groups its own variable. --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index 4aa69b9..1de9290 100644 --- a/client.c +++ b/client.c @@ -133,7 +133,7 @@ client_init(Window win, struct screen_ctx *sc, int active) goto out; if (group_autogroup(cc)) goto out; - if (Conf.flags & CONF_STICKY_GROUPS) + if (Conf.stickygroups) group_assign(sc->group_active, cc); else group_assign(NULL, cc); -- cgit 1.4.1