about summary refs log tree commit diff
path: root/calmwm.h
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 /calmwm.h
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 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 1e0fb14..9d5583e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -304,6 +304,7 @@ struct conf {
 	struct cmd_q		 cmdq;
 	struct mousebinding_q	 mousebindingq;
 #define	CONF_STICKY_GROUPS		0x0001
+#define	CONF_ACCEPT_RAISE		0x0002
 	int			 flags;
 #define CONF_BWIDTH			1
 	int			 bwidth;