summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-05 13:48:02 +0400
committerAndrew <saintruler@gmail.com>2020-06-05 13:48:02 +0400
commiteb9b7e135d71bf3c534fa1143037c58cb5553c55 (patch)
tree154c1afd4a5734a548ddecf9e31b4b0aef0ea9cd /config.def.h
parent588bb80ca4c11471c31d7d516ba39da5b6b6dca8 (diff)
Added function scrollview
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 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} },
};