]> git.rmz.io Git - dotfiles.git/commitdiff
open menu in the top left
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 6 Jul 2013 22:22:13 +0000 (00:22 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 6 Jul 2013 23:11:56 +0000 (01:11 +0200)
I need to check if it uses the current screen.

awesome/bindings.lua

index 340786ef3a0419124fcb32000535883d094e2659..6d9b130d0564c50b11dc4a7848518b30296141cf 100644 (file)
@@ -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