Skip to content

Instantly share code, notes, and snippets.

@mister-ben
Created May 30, 2014 14:00
Show Gist options
  • Save mister-ben/2308579d71815dc73782 to your computer and use it in GitHub Desktop.
Save mister-ben/2308579d71815dc73782 to your computer and use it in GitHub Desktop.
Show / hide dock on OS X
#!/usr/bin/osascript
tell application "System Events" to set the autohide of the dock preferences to true
#!/usr/bin/osascript
tell application "System Events" to set the autohide of the dock preferences to false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment