summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2024-03-09 17:42:27 +0100
committerMike Vink <mike@pionative.com>2024-03-09 17:42:27 +0100
commitd0cddd9c9e004f794c3bc5d63b1bf1ef7d964ef9 (patch)
treef9d25b9bb578d8136899bfe110998495e4a57a37 /config.h
parente0b285014d599ac4ee60f5d905884d8c6bb85ad7 (diff)
Revert "use mod3mask as modkey"
This reverts commit e03a7d3f0b6bf4028389a82d372d0f89a922b9da.
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 7c8efa0..9be92ac 100644
--- a/config.h
+++ b/config.h
@@ -239,8 +239,8 @@ static MouseShortcut mshortcuts[] = {
};
/* Internal keyboard shortcuts. */
-#define MODKEY Mod3Mask
-#define TERMMOD (Mod3Mask|ShiftMask)
+#define MODKEY Mod1Mask
+#define TERMMOD (Mod1Mask|ShiftMask)
static char *openurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -o", "externalpipe", NULL };
static char *copyurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -c", "externalpipe", NULL };