Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created January 5, 2015 19:02
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 jacobsalmela/de1d552285920a5d97ad to your computer and use it in GitHub Desktop.
Save jacobsalmela/de1d552285920a5d97ad to your computer and use it in GitHub Desktop.
Make Safari full-screen
# Click full-screen button so all computers have the Safari window in the same position
osascript -e 'tell application "System Events"
set frontmost of process "Safari" to true
tell process "Safari"
click button 4 of window 1
end tell
end tell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment