diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,8 @@ static Key keys[] = { { MODKEY, XK_a, shiftview, {.i = -1} }, { MODKEY, XK_d, shiftview, {.i = +1} }, { MODKEY, XK_minus, togglescratch, {.v = scratchpadcmd } }, + { MODKEY|ShiftMask, XK_j, movestack, {.i = +1 } }, + { MODKEY|ShiftMask, XK_k, movestack, {.i = -1 } }, }; /* button definitions */ |