summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index ebb2a47..858441e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -48,7 +48,7 @@
 #define MENUMASK 	(MOUSEMASK | ButtonMotionMask | ExposureMask)
 #define MENUGRABMASK	(MOUSEMASK | ButtonMotionMask | StructureNotifyMask)
 #define KEYMASK		(KeyPressMask | ExposureMask)
-#define IGNOREMODMASK	(LockMask | Mod2Mask)
+#define IGNOREMODMASK	(LockMask | Mod2Mask | 0x2000)
 
 /* kb movement */
 #define CWM_MOVE		0x0001