summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-08 13:57:12 -0500
committerZachIR <zachir@librem.one>2025-08-08 13:57:12 -0500
commitabccaa73e4359b99b88731a694228f5c618e0c48 (patch)
treed6b6e76c1d738707942a1a20bbd38d07237214f4
parentd4bac0b26e9f8fba245eecae6f2aed437a9b328c (diff)
Use super not alt
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a1cda98..2704df1 100644
--- a/config.h
+++ b/config.h
@@ -124,7 +124,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} }, \