summaryrefslogtreecommitdiffstats
path: root/6.3+h/0004-change-modkey.patch
blob: 2ca603c5716f1e7c92807082005c58b35b636cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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} }, \