]> git.donarmstrong.com Git - x_base.git/blobdiff - .config/awesome/rc.lua
tweak mouse location
[x_base.git] / .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