summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-11-18 13:14:52 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2010-11-18 13:14:52 +0100
commit7be0f3415508b7f3c9feea7482ee3082ea364794 (patch)
treea124ade66b0c2e0a1fcb2d7ca5023f193fc85faa /config.h
parentd7d1d0417071244016000b121c3f2737fa5a2c86 (diff)
downloadmcwm-7be0f3415508b7f3c9feea7482ee3082ea364794.zip
Changed Mod2 to Mod4 when I realized that Mod2 is usually bound to
NumLock, a locking key, in many default configurations!
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4d53c0c..db44bb3 100644
--- a/config.h
+++ b/config.h
@@ -8,10 +8,10 @@
/*
* Use this modifier combined with other keys to control wm from
- * keyboard. Default is Mod2, which on my keyboard is the Alt/Windows
+ * keyboard. Default is Mod4, which on my keyboard is the Alt/Windows
* key.
*/
-#define MODKEY XCB_MOD_MASK_2
+#define MODKEY XCB_MOD_MASK_4
/* Extra modifier for resizing. Default is Shift. */
#define SHIFTMOD XCB_MOD_MASK_SHIFT