Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 4e15ee4

Browse files
committed
Changed mod key to Super
1 parent c28915b commit 4e15ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static const int showtab = showtab_auto; /* Default tab bar show mode
5656
static const Bool toptab = True; /* False means bottom tab bar */
5757

5858
/* key definitions */
59-
#define MODKEY Mod1Mask
59+
#define MODKEY Mod4Mask
6060
#define TAGKEYS(KEY,TAG) \
6161
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
6262
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \

0 commit comments

Comments
 (0)