-- 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),
-- 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),