1) To add Recent Applications icon to the dock, open Terminal and copy paste following:
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && killall Dock
Don't forget to check recent Items settings in System Preferences>General
2) To disable windows animation, open Terminal and copy paste following:
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
Comments (0)
RSS Collapse / ExpandOnly registered and authorized users can leave comments. Login or Register