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 jasonkenison/a7ba596caf1879be3134d6d7ec2e09df to your computer and use it in GitHub Desktop.
Save jasonkenison/a7ba596caf1879be3134d6d7ec2e09df to your computer and use it in GitHub Desktop.
on run {input, parameters}
set front_app to (path to frontmost application as Unicode text)
tell application front_app
activate
#set bounds of window 1 to {1237, 30, 2437, 1350}
set bounds of window 1 to {1237, 57, 2437, 1325}
end tell
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment