summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-05 13:58:46 +0400
committerAndrew <saintruler@gmail.com>2020-06-05 13:58:46 +0400
commit4ec34b1db282069e51f507a3e734ea79d540c3be (patch)
tree080a76dc48db1e194f3b9310b4b4fbca7909a122
parentf0446a6aa5479733e884e6d664acaaea194ae351 (diff)
added new function 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 } },