mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
fix(hammerspoon/window-management): move to space works with Arc browser
This commit is contained in:
@@ -330,7 +330,7 @@ wm.moveWindowToSpace = function(direction)
|
||||
local clickPoint = win:zoomButtonRect()
|
||||
|
||||
-- click and hold next to the zoom button close to the top of the window
|
||||
clickPoint.x = clickPoint.x + clickPoint.w + 10
|
||||
clickPoint.x = clickPoint.x + clickPoint.w + 2
|
||||
clickPoint.y = win:frame().y + 7
|
||||
|
||||
local mouseClickEvent = eventtap.event.newMouseEvent(
|
||||
|
||||
Reference in New Issue
Block a user