From: Samir Benmendil Date: Sat, 6 Jul 2013 22:22:13 +0000 (+0200) Subject: open menu in the top left X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8d0ea5eade589efe5b35cf62e8f9036f2dbc5474 open menu in the top left I need to check if it uses the current screen. --- diff --git a/awesome/bindings.lua b/awesome/bindings.lua index 340786e..6d9b130 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -28,7 +28,6 @@ globalkeys = awful.util.table.join( 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), @@ -68,6 +67,8 @@ globalkeys = awful.util.table.join( -- }}} -- {{{ My Keys + -- 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