diff options
author | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
commit | dc273f41c5d548026b4bea766c919f1e4e8a04ac (patch) | |
tree | 2d4f157915a660d0f7cf6e181496e466b2a8211b /config.def.h | |
parent | 081aa95b38c53b5a9ea47907496e0ff043fdffe3 (diff) | |
download | st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.tar.gz st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.zip |
Applied `newterm` patch.v1.2.0
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 42e4347..7ec089f 100644 --- a/config.def.h +++ b/config.def.h @@ -214,6 +214,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { TERMMOD, XK_Return, newterm, {.i = 0} }, }; /* |