diff options
| author | Mike Vink <mike@pionative.com> | 2024-03-09 17:42:27 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-03-09 17:42:27 +0100 |
| commit | d0cddd9c9e004f794c3bc5d63b1bf1ef7d964ef9 (patch) | |
| tree | f9d25b9bb578d8136899bfe110998495e4a57a37 /config.h | |
| parent | e0b285014d599ac4ee60f5d905884d8c6bb85ad7 (diff) | |
Revert "use mod3mask as modkey"
This reverts commit e03a7d3f0b6bf4028389a82d372d0f89a922b9da.
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 }; |
