Skip to content

Instantly share code, notes, and snippets.

@zhanggang807
Created September 29, 2018 06:50
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 zhanggang807/3d4f80bec797fc7e6bb5ebabcfd73741 to your computer and use it in GitHub Desktop.
Save zhanggang807/3d4f80bec797fc7e6bb5ebabcfd73741 to your computer and use it in GitHub Desktop.
resize macos app window
set theApp to "App Name"
(*
tell application theApp to get the bounds of the window 1
*)
tell application theApp
set bounds of front window to {753, 275, 1807, 1165}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment