Defaults are split between defines and conf_init(); normalize these, as

well as give 'sticky' groups its own variable.
This commit is contained in:
okan
2016-10-03 14:42:34 +00:00
parent 792f85cde9
commit 03f5dc219e
4 changed files with 13 additions and 20 deletions

View File

@@ -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);