Terminal Tips: Part 4
[10] defaults write com.apple.dock no-glass -boolean YES Leopard only. Replaces the 3D dock with a 2D one. Requires killall Dock to take effect. [11] defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE This sets the save dialogue to the expanded view as default. Requires restart. Replace TRUE with FALSE to disable. [12] sudo chmod 0 /System/Library/CoreServices/Spotlight.app This…
