For those who do not like the window animation in Mac OS X, you may disable the window animations easily. If you are running an old mac, turning off window animation helps to speed up your Mac. As a developer, disable the window animation means increase productivity. Normally i like to disable all the unnecessary eye candy whenever i receive a new machine 🙂
To disable window animations in Mac OS X, follow the steps below:-
Advertisements
- Open your Terminal
- Copy and paste the code below to your Terminal and hit “return”
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
- If you want to enable the feature again, you can change the NO to YES
Enjoy your speedy Mac now 🙂
Related posts:
How to search files by content in Mac / Linux
How to burn data CD or DVD in Mac OS X
How to downgrade to PHP 5.2 using MacPort
Secure file transfer thru scp in Mac and Linux
How to batch resize image in Mac OS X
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
SVN: How to commit only modified files via command line
How to open wmv file in Mac OS X
Share this with your friends:-