Skip to content

Instantly share code, notes, and snippets.

@dmnsgn
Created November 10, 2020 12:02
Show Gist options
  • Save dmnsgn/e0e0d4ad68c36dc423d459ba9193f364 to your computer and use it in GitHub Desktop.
Save dmnsgn/e0e0d4ad68c36dc423d459ba9193f364 to your computer and use it in GitHub Desktop.
Resize the current front macOS window of an application
tell application "Google Chrome"
set bounds of front window to {0, 0, 1440, 900}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment