summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-04-23 16:01:58 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-04-23 16:01:58 -0400
commit68b7228264bb0a5c54308782cbe8577b5fb3bd1f (patch)
treefe8028939568092c352bd6237ff8176299bfe767
parent35089914d27121ed942a934bdd5264ac484f2b79 (diff)
Change MODKEY to the Super key
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 6831c97..73c19a5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -67,7 +67,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} }, \