Skip to content

Instantly share code, notes, and snippets.

@physacco
Created July 7, 2016 02:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save physacco/b78a41d8d4146f1b0346ad33463e51e8 to your computer and use it in GitHub Desktop.
Save physacco/b78a41d8d4146f1b0346ad33463e51e8 to your computer and use it in GitHub Desktop.
Resize Google Chrome browser on Mac OS X
#!/bin/bash
osascript -e 'tell application "Google Chrome"' -e 'set bounds of front window to {1, 1, 1280, 640}' -e 'end tell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment