From 7be0f3415508b7f3c9feea7482ee3082ea364794 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Thu, 18 Nov 2010 13:14:52 +0100 Subject: Changed Mod2 to Mod4 when I realized that Mod2 is usually bound to NumLock, a locking key, in many default configurations! --- config.h | 4 ++-- mcwm.man | 4 ++-- 2 files changed, 4 insertions(+), 4 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 diff --git a/mcwm.man b/mcwm.man index 17bfd59..60f0c3b 100644 --- a/mcwm.man +++ b/mcwm.man @@ -39,7 +39,7 @@ are visible on all workspaces. .SH USE Nota bene: For mcwm to be at all useful you need to know how what keys -generate the Mod1 and Mod2 modifier masks. If you don't know, use +generate the Mod1 and Mod4 modifier masks. If you don't know, use .B xmodmap(1) with the \-pm option to list them. @@ -58,7 +58,7 @@ raise resize .RE .PP -Mod2 + key: +Mod4 + key: .RS .IP \(bu 2 .B r -- cgit v1.2.3