summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-04-23 16:04:10 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-04-23 16:04:10 -0400
commit3ab283a68c2fa499de30860a305cfa5894d0438c (patch)
treed1e1ec54813ac82b91419be773d6e5b97f80c87f
parent374c1dcb5ca57f2ca5055d2d9e503c94c3afa9db (diff)
parent68b7228264bb0a5c54308782cbe8577b5fb3bd1f (diff)
Merge branch 'workstation' into battlestation
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index eb15b15..824a6ce 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} }, \