Skip to content

Instantly share code, notes, and snippets.

@badboy
Created June 3, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/783996d1b6e8acffe22155c66e983655 to your computer and use it in GitHub Desktop.
Save badboy/783996d1b6e8acffe22155c66e983655 to your computer and use it in GitHub Desktop.
local wf = hs.window.filter
local zoomWins = wf.new(false):setAppFilter('zoom.us')
zoomWins:subscribe(wf.windowCreated, function(window)
local builtin = hs.screen.find("Color LCD")
window:moveToScreen(builtin)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment