aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/dwm/config.h')
-rw-r--r--sys/cmd/dwm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index cb1ccdb..d14aded 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -93,6 +93,8 @@ static Key keys[] = {
{ MODKEY, XK_j, focusdirection, {.i = 'd'} },
{ MODKEY|ShiftMask, XK_h, setmfact, {.f = -0.05} },
{ MODKEY|ShiftMask, XK_l, setmfact, {.f = +0.05} },
+ { MODKEY|ShiftMask, XK_k, rotatestack, {.i = +1 } },
+ { MODKEY|ShiftMask, XK_j, rotatestack, {.i = -1 } },
{ MODKEY|ShiftMask, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_q, killclient, {0} },