diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2010-11-18 13:14:52 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2010-11-18 13:14:52 +0100 |
commit | 7be0f3415508b7f3c9feea7482ee3082ea364794 (patch) | |
tree | a124ade66b0c2e0a1fcb2d7ca5023f193fc85faa /config.h | |
parent | d7d1d0417071244016000b121c3f2737fa5a2c86 (diff) | |
download | mcwm-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |