diff options
Diffstat (limited to '6.3+h/0004-change-modkey.patch')
-rw-r--r-- | 6.3+h/0004-change-modkey.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/6.3+h/0004-change-modkey.patch b/6.3+h/0004-change-modkey.patch new file mode 100644 index 0000000..2ca603c --- /dev/null +++ b/6.3+h/0004-change-modkey.patch @@ -0,0 +1,13 @@ +diff --git a/config.def.h b/config.def.h +index e77becd..9018dd4 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -51,7 +51,7 @@ static const Layout layouts[] = { + }; + + /* key definitions */ +-#define MODKEY Mod1Mask ++#define MODKEY Mod4Mask + #define TAGKEYS(KEY,TAG) \ + { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ |