[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 command removes the spotlight icon from your menu bar. Type 755
instead of 0
to re-enable it. Requires killall Spotlight
command to take effect.
Leave a Reply
You must be logged in to post a comment.