Last active
July 22, 2021 06:22
-
-
Save nowsprinting/ac6303565050d4a44dd4c3bc63746456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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