From f15a7028eb906c2c3be5a48b9c8c3fe97a8a9b02 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 30 Dec 2013 02:41:33 +0100 Subject: Add acceptraise to specify whether applications can activate and raise windows. Greetings from 30C3. --- conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 50d1069..2aae13a 100644 --- a/conf.c +++ b/conf.c @@ -228,6 +228,7 @@ conf_init(struct conf *c) (void)memset(c, 0, sizeof(*c)); + c->flags = CONF_ACCEPT_RAISE; c->bwidth = CONF_BWIDTH; c->mamount = CONF_MAMOUNT; c->snapdist = CONF_SNAPDIST; -- cgit 1.4.1