Skip to content

Instantly share code, notes, and snippets.

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 bdsexton/2592048 to your computer and use it in GitHub Desktop.
Save bdsexton/2592048 to your computer and use it in GitHub Desktop.
Move and Resize Current Application via AppleScript
-- Adapted from http://www.ithug.com/2007/09/applescript-moving-and-resizing-windows/:
tell current application
activate
set the bounds of the first window to {0, 0, 1024, 768}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment