]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/bindings.lua
add Meta+^+{Left,Right} to switch screens
[dotfiles.git] / awesome / bindings.lua
index 9f65a308eec8952ce3e49deb608422ba45707076..2db9fb9484145d07a2a4244308ecf310a8cf065f 100644 (file)
@@ -34,6 +34,8 @@ globalkeys = awful.util.table.join(
     awful.key({ modkey, "Shift"   }, "k", function () awful.client.swap.byidx( -1)    end),
     awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end),
     awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end),
+    awful.key({ modkey, "Control" }, "Left", function () awful.screen.focus_relative( 1) end),
+    awful.key({ modkey, "Control" }, "Right", function () awful.screen.focus_relative(-1) end),
     awful.key({ modkey,           }, "u", awful.client.urgent.jumpto),
     awful.key({ modkey,           }, "Tab",
         function ()