about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2013-12-30 02:41:33 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2013-12-30 02:41:33 +0100
commitf15a7028eb906c2c3be5a48b9c8c3fe97a8a9b02 (patch)
tree273c9992d2050372b497168552b6a2659d702032 /conf.c
parentb387351df1593020665df5e5ee5d86d16ad8b7d6 (diff)
downloadcwm-cn-noraise-global.tar.gz
cwm-cn-noraise-global.tar.xz
cwm-cn-noraise-global.zip
Add acceptraise to specify whether applications can activate and raise windows. cn-noraise-global
Greetings from 30C3.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
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;