summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 09:30:40 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 09:30:40 +0200
commit88a51560ef67174f46cd0b02f41b4da43465bf9a (patch)
treee970c7153ecf22a4316d6e27c9783f7e49cbfb4f /config.h
parent09ee65e0afc5c0cff62d088546de1fe89aa9d830 (diff)
push
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 345be84..1f750b5 100644
--- a/config.h
+++ b/config.h
@@ -99,6 +99,8 @@ static const Key keys[] = {
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },
+ { MODKEY|ShiftMask, XK_j, pushdown, {0} },
+ { MODKEY|ShiftMask, XK_k, pushup, {0} },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)