awesomerc: use fullgeometry in mouse warping (FS#351)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-04 17:38:18 +01:00
parent 10df0a9dc4
commit 622e2f2a84
1 changed files with 1 additions and 1 deletions

View File

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