diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
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} }, }; |