summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-28 00:54:54 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-01-28 00:54:54 +0100
commit94bac796428561067eb4450184420cab9b4e84a7 (patch)
tree3304c1e98d6edab67af66079f1008d763a8ff792
parentd98364af4eb0a0d5980b1e86aca844e0e2110d94 (diff)
downloadawesome-configs-94bac796428561067eb4450184420cab9b4e84a7.tar.xz
rc.lua: always center clients menu
-rw-r--r--rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.lua b/rc.lua
index 78b074e..db6a75e 100644
--- a/rc.lua
+++ b/rc.lua
@@ -414,8 +414,8 @@ globalkeys = awful.util.table.join(
awful.client.focus.history.previous()
if client.focus then client.focus:raise() end
end),
- awful.key({ altkey }, "Escape", function ()
- local cmenu = awful.menu.clients({ width = 215 }, true)
+ awful.key({ altkey }, "Escape", function () mouse.coords({x=525, y=330}, true)
+ local cmenu = awful.menu.clients({ width = 230 }, true)
end),
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx(1) end),
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx(-1) end)