awesomerc: use fullgeometry in mouse warping (FS#351)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
10df0a9dc4
commit
622e2f2a84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue