Terminal Tips: Part 4

[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.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Twitter
Posted in Aaron Nelsen, OS X, Tips by Aaron Nelsen at May 15th, 2008.

One Response to “Terminal Tips: Part 4”

  1. [...] in May I started a series of posts about how to better take advantage of the Terminal in OS X, now months later without my [...]

Leave a Reply

You must be logged in to post a comment.