Skip to content

Instantly share code, notes, and snippets.

@lgw4
Created September 2, 2015 20:48
Show Gist options
  • Save lgw4/2319fb34195b6e3d72c9 to your computer and use it in GitHub Desktop.
Save lgw4/2319fb34195b6e3d72c9 to your computer and use it in GitHub Desktop.
Default resolution (1280 x 800) for MacBook Pro 13" Retina, Yosemite version
-- Default resolution (1280 x 800)
-- MacBook Pro 13" Retina, Yosemite version
tell application "System Preferences"
reveal anchor "displaysDisplayTab" of pane "com.apple.preference.displays"
end tell
tell application "System Events" to tell process "System Preferences" to tell window "Built-in Retina Display"
click radio button "Display" of tab group 1
click radio button "Scaled" of radio group 1 of tab group 1
click radio button 2 of radio group 1 of group 2 of tab group 1
end tell
quit application "System Preferences"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment