+ -- Layout manipulation
+ awful.key({ modkey, }, "#94", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1
+ awful.key({ modkey, "Control" }, "Left", function () awful.screen.focus_relative( 1) end),
+ awful.key({ modkey, "Control" }, "Right", function () awful.screen.focus_relative(-1) end),