Archive for the 'Leopard' category
Thursday, September 3rd, 2009
Make Screen Saver as Desktop Background
/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &
This will make your desktop background as your initial screen saver. After you've ...
Posted in Leopard | No Comments »
Thursday, September 3rd, 2009
1. defaults write com.apple.Dock showhidden -bool YES
Makes hidden applications' dock icons translucent. NO to reverse.
2. defaults write com.apple.iTunes invertStoreLinks -bool ...
Posted in Leopard | No Comments »
Thursday, September 3rd, 2009
1) 2D Dock
defaults write com.apple.dock no-glass -boolean YES
killall Dock
2) Gradient Behind A Stack Item
defaults write com.apple.dock mouse-over-hilte-stack -boolean YES
killall Dock
3) ...
Posted in Leopard | No Comments »
Thursday, November 6th, 2008
defaults write com.apple.finder AppleShowAllFiles -bool true
KillAll Finder
Posted in Leopard | No Comments »