Adding transfer patch

This commit is contained in:
bakkeby
2020-01-26 07:32:00 +01:00
parent 60209c98d7
commit 84b0361b65
7 changed files with 54 additions and 0 deletions

View File

@@ -559,6 +559,9 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_j, movestack, {.i = +1 } },
{ MODKEY|ShiftMask, XK_k, movestack, {.i = -1 } },
#endif // MOVESTACK_PATCH
#if TRANSFER_PATCH
{ MODKEY, XK_x, transfer, {0} },
#endif // TRANSFER_PATCH
{ MODKEY, XK_Return, zoom, {0} },
#if VANITYGAPS_PATCH
{ MODKEY|Mod4Mask, XK_u, incrgaps, {.i = +1 } },