From eb9b7e135d71bf3c534fa1143037c58cb5553c55 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 5 Jun 2020 13:48:02 +0400 Subject: Added function scrollview --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3f7da51..4df636f 100644 --- a/config.def.h +++ b/config.def.h @@ -103,6 +103,8 @@ static Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) + { MODKEY, XK_Left, scrollview, {.i = -1 } }, + { MODKEY, XK_Right, scrollview, {.i = +1 } }, { MODKEY|ShiftMask, XK_q, quit, {0} }, }; -- cgit v1.2.3