aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authornirav <nirav@airmail.cc>2020-02-11 16:00:43 +0000
committernirav <nirav@airmail.cc>2020-02-11 16:00:43 +0000
commit642f07b19e402390c6a59e78ed9d1a5ab1c806f1 (patch)
tree1db5581703e1f437f17cdf4c0fd59974179090d6 /config.h
parent9f4569ece78e7600fa84d20177c98d125707ff7c (diff)
downloaddwm-642f07b19e402390c6a59e78ed9d1a5ab1c806f1.tar.gz
dwm-642f07b19e402390c6a59e78ed9d1a5ab1c806f1.zip
Add movestack
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 */