Hey guys, i did a few modifications to make Launchpad faster in
Yosemite.
ps: don't use folders, they are still slow till i figure out how to disable their animation.
First step
disable animations in terminal
Disable Launchpad Open Animation
defaults write com.apple.dock springboard-show-duration -float 0
Disable Launchpad Close Animation
defaults write com.apple.dock springboard-hide-duration -float 0
Disable Launchpad Scrolling Animation
defaults write com.apple.dock springboard-page-duration -float 0
Killall Dock
Second Step
I compressed System/library/dock.app/ resources png`s files
Third step
Made it run always in background
Copy launchpad.plist to ~/Library/LaunchAgents/
Copy launchpad.scpt to /
run in terminal
launchctl load -w ~/Library/LaunchAgents/launchpad.plist
So far in my Imac 5,1 is running, but still beta.
FILES
if someone could upload it somewhere else, I would appreciate it.