summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9cef80b..15cc956 100644
--- a/config.h
+++ b/config.h
@@ -107,6 +107,11 @@ static Key keys[] = {
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_e, quit, {0} },
+ // My functions
+ { MODKEY, XK_Left, scrollview, {.i = -1 } },
+ { MODKEY, XK_Right, scrollview, {.i = +1 } },
+
+
// App bindings
{ MODKEY, XK_w, spawn, {.v = browsercmd } },
{ MODKEY, XK_b, spawn, {.v = filemanagercmd } },