]> git.rmz.io Git - dotfiles.git/commitdiff
add Meta+^+{Left,Right} to switch screens
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 10 Jun 2013 17:04:08 +0000 (19:04 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 10 Jun 2013 17:04:08 +0000 (19:04 +0200)
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 ()