Skip to content

Instantly share code, notes, and snippets.

@rxw1
Created July 16, 2012 21:47
Show Gist options
  • Save rxw1/3125302 to your computer and use it in GitHub Desktop.
Save rxw1/3125302 to your computer and use it in GitHub Desktop.
Get and set OS X Dock properties
tell application "System Events"
tell dock preferences
get properties
set properties to {minimize effect:scale, magnification size:0.5, dock size:0.2, autohide:true, animate:true, magnification:false, screen edge:bottom}
end tell
end tell
-- http://www.macosxautomation.com/applescript/features/system-prefs.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment