]> git.donarmstrong.com Git - x_base.git/commitdiff
* change the position that the cursor warps to to avoid weirdness in emacs
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Sep 2010 02:02:40 +0000 (02:02 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Sep 2010 02:02:40 +0000 (02:02 +0000)
.config/awesome/rc.lua

index 05ae1194725515e94f6da882ef0062f4aa6acf93..1dd24d7227a5ffd9ea753ffd821fdccd8407c4a1 100644 (file)
@@ -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