aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6395644..ce83335 100644
--- a/config.h
+++ b/config.h
@@ -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 */