awesomerc: use geometry

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-10-21 15:32:42 +02:00
parent 5ab2497b43
commit 208b3955ce
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ awful.hooks.arrange.register(function (screen)
-- Uncomment if you want mouse warping
--[[
if client.focus then
local c_c = client.focus:coords()
local c_c = client.focus:geometry()
local m_c = mouse.coords()
if m_c.x < c_c.x or m_c.x >= c_c.x + c_c.width or