Updating inplacerotate to include rotatestack feature ref. #108

This commit is contained in:
bakkeby
2021-04-06 11:25:45 +02:00
parent 39df1ca4ad
commit 905dc4d7af
2 changed files with 46 additions and 14 deletions

View File

@@ -820,6 +820,8 @@ static Key keys[] = {
{ MODKEY|Mod4Mask, XK_k, rotatestack, {.i = -1 } },
#endif // ROTATESTACK_PATCH
#if INPLACEROTATE_PATCH
{ MODKEY|Mod4Mask, XK_j, inplacerotate, {.i = +2 } }, // same as rotatestack
{ MODKEY|Mod4Mask, XK_k, inplacerotate, {.i = -2 } }, // same as reotatestack
{ MODKEY|Mod4Mask|ShiftMask, XK_j, inplacerotate, {.i = +1} },
{ MODKEY|Mod4Mask|ShiftMask, XK_k, inplacerotate, {.i = -1} },
#endif // INPLACEROTATE_PATCH