From d0cddd9c9e004f794c3bc5d63b1bf1ef7d964ef9 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 9 Mar 2024 17:42:27 +0100 Subject: Revert "use mod3mask as modkey" This reverts commit e03a7d3f0b6bf4028389a82d372d0f89a922b9da. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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 }; -- cgit v1.2.3