From: Don Armstrong Date: Thu, 13 Sep 2012 00:46:26 +0000 (+0000) Subject: tweak mouse location X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=739f85f32f025beb56537077ebd42a25b2f697b5 tweak mouse location --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0c3b1f5..1cfa1c1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -359,7 +359,7 @@ function warp_mouse() c = client.focus if c then local g = c:geometry() - mouse.coords({ x = g.x + 30, y = g.y + 30}, true) + mouse.coords({ x = g.x + 1, y = g.y + 1}, true) end end