summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 09:27:09 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 09:27:09 +0200
commit96c1d909b6b50cc842076769e444a467eab9b0ee (patch)
tree0d82042a3640bbbb6cc37bb1122a7c44fb8e89f6 /config.def.h
parent3b7992fdbf43daed8807ece8206e9dc550491127 (diff)
push
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 345be84..1f750b5 100644
--- a/config.def.h
+++ b/config.def.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)