summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-05-21 14:23:46 +0200
committerMike Vink <mike1994vink@gmail.com>2023-05-21 14:23:46 +0200
commite03a7d3f0b6bf4028389a82d372d0f89a922b9da (patch)
treeaa1529a962b91c2ff1b7743cca65962aa0edc262
parent36d225d71d448bfe307075580f0d8ef81eeb5a87 (diff)
use mod3mask as modkey
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index c86daa3..fbbb55f 100644
--- a/config.h
+++ b/config.h
@@ -239,8 +239,8 @@ static MouseShortcut mshortcuts[] = {
};
/* Internal keyboard shortcuts. */
-#define MODKEY Mod1Mask
-#define TERMMOD (Mod1Mask|ShiftMask)
+#define MODKEY Mod3Mask
+#define TERMMOD (Mod3Mask|ShiftMask)
static char *openurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -o", "externalpipe", NULL };
static char *copyurlcmd[] = { "/bin/sh", "-c", "st-urlhandler -c", "externalpipe", NULL };