From e969497d5718711f653311e468a23b563d9d9cdc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 8 Sep 2010 02:02:40 +0000 Subject: [PATCH] * change the position that the cursor warps to to avoid weirdness in emacs --- .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 05ae119..1dd24d7 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -358,7 +358,7 @@ function warp_mouse() c = client.focus if c then local g = c:geometry() - mouse.coords { x = g.x + 5, y = g.y + 5 , true} + mouse.coords({ x = g.x + 30, y = g.y + 30}, true) end end -- 2.39.2