summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 12fdf4a..9b06cf4 100644
--- a/config.h
+++ b/config.h
@@ -27,7 +27,7 @@ static Bool npisrelative = False;
} \
}
-#define MODKEY ControlMask
+#define MODKEY Mod1Mask
static Key keys[] = { \
/* modifier key function argument */
{ MODKEY, XK_Return, focusonce, { 0 } },