Created
January 5, 2015 19:02
-
-
Save jacobsalmela/de1d552285920a5d97ad to your computer and use it in GitHub Desktop.
Make Safari full-screen
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
# 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