summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:33:36 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-07-17 04:33:36 +0300
commit6d04bd0c98cacf24d8f4f94ea8486e4110441d09 (patch)
tree3548be793a6a01937fd200b5a2686cf3b3a9c45e /config.def.h
parentcef13854ee99288cfbf90561b8c488f6f41a543b (diff)
newterm orphan patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 29c35f1..5634b75 100644
--- a/config.def.h
+++ b/config.def.h
@@ -222,6 +222,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} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};