Skip to content

Instantly share code, notes, and snippets.

@krisr
Created November 11, 2009 01:11

Revisions

  1. krisr created this gist Nov 11, 2009.
    9 changes: 9 additions & 0 deletions gistfile1.sh
    Original 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
    }