]> git.donarmstrong.com Git - x_base.git/commitdiff
tweak mouse location
authorDon Armstrong <don@donarmstrong.com>
Thu, 13 Sep 2012 00:46:26 +0000 (00:46 +0000)
committerDon Armstrong <don@donarmstrong.com>
Thu, 13 Sep 2012 00:46:26 +0000 (00:46 +0000)
.config/awesome/rc.lua

index 0c3b1f541b113e44a56b341964b49c8d69f977b7..1cfa1c1b05e5c384bca84eaa018a3d2d74fe4fa1 100644 (file)
@@ -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