Fix hammerspoon on multi-monitor
This commit is contained in:
parent
18c1e20c2c
commit
1b4f753d16
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ end
|
|||
|
||||
function moveToScreen(screen)
|
||||
local win = hs.window.focusedWindow()
|
||||
win:moveToScreen(screen,0)
|
||||
win:moveToScreen(screen)
|
||||
end
|
||||
|
||||
k:bind({}, 'escape', function() k:exit() end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue