summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-03-30 09:20:48 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-03-30 09:20:48 +0400
commit4d50ed9a9c17e2d9105f4e04b5b9f8409539cdb7 (patch)
tree14261a6a709a619e5cd2472fc3d1390107b69c26
parent2c55c043b94adcf9810ee9e7b7d46aa4472b3aa9 (diff)
Changed mod key
-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 } },