Created
May 30, 2018 14:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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