From c4f95544c1f6d84ab489d49d96280e05f125adf7 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 30 Dec 2024 11:51:45 +0100 Subject: its a start --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ed736ea..0097501 100644 --- a/config.def.h +++ b/config.def.h @@ -281,6 +281,10 @@ static const Key keys[] = { { MODKEY, XK_minus, setgaps, {.i = -1 } }, { MODKEY, XK_equal, setgaps, {.i = +1 } }, { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, + { MODKEY|ControlMask, XK_h, shiftview, { .i = -1 } }, + { MODKEY|ControlMask, XK_l, shiftview, { .i = +1 } }, + { MODKEY|METAKEY, XK_h, shiftboth, { .i = -1 } }, + { MODKEY|METAKEY, XK_l, shiftboth, { .i = +1 } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3