summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRevaz Nakhutsrishvili <r@revaz.xyz>2025-02-04 19:06:29 +0400
committerRevaz Nakhutsrishvili <r@revaz.xyz>2025-02-04 19:06:29 +0400
commiteb4f0bdd33400fc5c7f124fe8c64a3582c8076f9 (patch)
treed03523bb040edf1ba1379687bd33f37e369bab49 /config.h
parentbc7dd5d71ab137e030ff8d126e211f3bf29b6ce8 (diff)
Change MODKEY from ALT to SUPER
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9efa774..4412cb1 100644
--- a/config.h
+++ b/config.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} }, \