Skip to content

Instantly share code, notes, and snippets.

@krisr
Created November 11, 2009 01:11
Show Gist options
  • Save krisr/231464 to your computer and use it in GitHub Desktop.
Save krisr/231464 to your computer and use it in GitHub Desktop.
function make_doc_2d() {
defaults write com.apple.dock no-glass -boolean YES
killall Dock
}
function make_doc_3d() {
defaults write com.apple.dock no-glass -boolean NO
killall Dock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment