summaryrefslogtreecommitdiff
path: root/bindings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bindings.lua')
-rw-r--r--bindings.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings.lua b/bindings.lua
index 0e57026..08ac445 100644
--- a/bindings.lua
+++ b/bindings.lua
@@ -47,6 +47,8 @@ function M.create(workspace)
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, }, "h", function() awful.screen.focus_bydirection("left") end ),
+ awful.key({ modkey, }, "l", function() awful.screen.focus_bydirection("right") end ),
awful.key({ modkey, }, "Tab",
function ()