Skip to content

Instantly share code, notes, and snippets.

@nitrocode
Created May 30, 2018 14:35
Show Gist options
  • Select an option

  • Save nitrocode/f2d490aac059b51634b57b45d92a691f to your computer and use it in GitHub Desktop.

Select an option

Save nitrocode/f2d490aac059b51634b57b45d92a691f to your computer and use it in GitHub Desktop.
If a window has fallen off the screen, Apple Script can be used to reposition it. In this case, I used the SecurID app.
#!/usr/bin/osascript
tell application "SecurID"
set position to {100, 100}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment