tmandry / Swindler

macOS window management library for Swift
https://tmandry.github.io/Swindler/docs/main/
MIT License
695 stars 66 forks source link

Window.raise() #36

Open tmandry opened 5 years ago

tmandry commented 5 years ago

Add a raise() function to Window.

It should be easy to check if the window is on the current space (TODO), so raise() should move to another space if the window is there.

Note that Hammerspoon has a workaround for dealing with Finder windows when moving between spaces. This probably needs to be recreated (with promises, not timers!)