原文见:Usingmac.com - Leopard Tweaking - Another Terminal Commands
登录界面: 背景图片 
*设置登录界面之背景图片
defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "/System/Library/CoreServices/Finder.app/Contents/Resources/vortex.png"
此处使用了系统自带的 vortex.png。
Exposé : 圆形按钮 
*显示按钮
defaults write com.apple.dock wvous-floater -bool YES killall Dock
*隐藏按钮
defaults write com.apple.dock wvous-floater -bool NO killall Dock
默认设置是按钮出现在屏幕右上角。
- 点击该按钮可实现和使用 F10一样的效果:显示所有当前程序的窗口。
- Option-点击该按钮可实现和使用 F9一样的效果:显示所有程序的窗口。