I need to check if it uses the current screen.
awful.client.focus.byidx(-1)
if client.focus then client.focus:raise() end
end),
awful.client.focus.byidx(-1)
if client.focus then client.focus:raise() end
end),
- awful.key({ modkey }, "w", function () mymainmenu:show() end),
-- Layout manipulation
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
-- Layout manipulation
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
+ -- Menu
+ awful.key({ modkey }, "w", function () mymainmenu:show({ coords = { x = 0, y = 0}}) end),
-- Prompt
awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end),
-- switch layout
-- Prompt
awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end),
-- switch layout