summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings.lua b/bindings.lua
index be43176..05217b7 100644
--- a/bindings.lua
+++ b/bindings.lua
@@ -30,6 +30,8 @@ function M.create(workspace)
awful.key({ modkey, }, "Up", function() workspace:view_relative(-1) end ),
awful.key({ modkey, }, "Down", function() workspace:view_relative(1) end ),
+ awful.key({ modkey, }, "k", function() workspace:view_relative(-1) end ),
+ awful.key({ modkey, }, "j", function() workspace:view_relative(1) end ),
awful.key({ modkey, }, "Tab",
function ()