aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2021-11-14 17:43:32 +0530
committersinanmohd <pcmsinan@gmail.com>2023-01-11 18:38:48 +0530
commit3d6fef620272864bb619fdf7181a467945c9c237 (patch)
tree34a38d25f8347c0f59b9bdb46c36833ef59d42d9
parent89f9905714c1c1b2e8b09986dfbeca15b68d8af8 (diff)
made metakey the modkey
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9efa774..4412cb1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -45,7 +45,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} }, \