Dear All,
Just to post up a few terminal tweaks that I have applied to my system after I installed my SSD. These tweaks work with both 10.5 and 10.6.
Disable waking up when LID opens
sudo pmset lidwake 0
No hibernate
sudo pmset -a hibernatemode 0
Disabling Sudden Motion Sensor
sudo pmset -a sms 0
Verify applied tweaks
pmset -g
Other tweaks:
Screen capture save format
defaults write com.apple.screencapture type jpg
Screen capture save location
defaults write com.apple.screencapture location [path]
Mac login window display System Time
sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo Time
Safari single window mode
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Add a “Recent files” stack to Dock
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
Make Dock app icons spring-loaded
defaults write com.apple.dock enable-spring-load-actions-on-all-items -boolean YES
Snow Leopard Stack Highlight
defaults write com.apple.dock mouse-over-hilite-stack -boolean YES
Reload Dock
killall Dock
Just to share the tweaks that I have applied so far. Free to share yours if you discover any good ones. Thank you : )


Reply With Quote

Bookmarks