summaryrefslogtreecommitdiff
path: root/st/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/config.def.h')
-rw-r--r--st/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.def.h b/st/config.def.h
index f7d8745..8afcfd4 100644
--- a/st/config.def.h
+++ b/st/config.def.h
@@ -356,7 +356,7 @@ static Shortcut shortcuts[] = {
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
// TERMINAL
- { ALTKEY, XK_Return, newterm, {.i = 0} },
+ { ALTMOD, XK_Return, newterm, {.i = 0} },
// TRAVERSALS
{ ALTKEY, XK_y, kscrollup, {.i = 1} },