Created
November 11, 2009 01:11
Revisions
-
krisr created this gist
Nov 11, 2009 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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 }