From 739f85f32f025beb56537077ebd42a25b2f697b5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Sep 2012 00:46:26 +0000 Subject: [PATCH] tweak mouse location --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2