Skip to content

Instantly share code, notes, and snippets.

@nowsprinting
Last active July 22, 2021 06:22
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 nowsprinting/ac6303565050d4a44dd4c3bc63746456 to your computer and use it in GitHub Desktop.
Save nowsprinting/ac6303565050d4a44dd4c3bc63746456 to your computer and use it in GitHub Desktop.
set appName to "JetBrains Rider" -- "JetBrains Rider-EAP" when using EAP
-- Full Wide VGA
set width to "854"
set height to "480"
tell application "System Events"
tell process appName
set size of front window to {width, height}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment