Apple Mini-Tablet? Terminal Tips: Part 5
May 15

[10] defaults write com.apple.dock no-glass -boolean YESTerminal.app
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.


Posted at 2:30 pm by Aaron Nelsen

Leave a Reply

You must be logged in to post a comment.