-- Prompt
awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end),
-- switch layout
awful.key({ modkey }, "]", function () awful.layout.inc(layouts, 1) end),
awful.key({ modkey }, "[", function () awful.layout.inc(layouts, -1) end),
-- Prompt
awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end),
-- switch layout
awful.key({ modkey }, "]", function () awful.layout.inc(layouts, 1) end),
awful.key({ modkey }, "[", function () awful.layout.inc(layouts, -1) end),