awesomerc: use geometry
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
5ab2497b43
commit
208b3955ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue