From 09ee65e0afc5c0cff62d088546de1fe89aa9d830 Mon Sep 17 00:00:00 2001 From: "P.P.A" Date: Sat, 8 Jul 2023 09:28:54 +0200 Subject: Revert "push" This reverts commit 96c1d909b6b50cc842076769e444a467eab9b0ee. --- config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.h') 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) -- cgit v1.2.3