summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 09:28:54 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 09:28:54 +0200
commit09ee65e0afc5c0cff62d088546de1fe89aa9d830 (patch)
treedfcff5acbc42639a46279b760595e967b1ea731a /config.h
parent96c1d909b6b50cc842076769e444a467eab9b0ee (diff)
Revert "push"
This reverts commit 96c1d909b6b50cc842076769e444a467eab9b0ee.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1f750b5..345be84 100644
--- a/config.h
+++ b/config.h
@@ -99,8 +99,6 @@ 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)