Created
November 11, 2009 01:11
-
-
Save krisr/231464 to your computer and use it in GitHub Desktop.
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
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