Disabling App Nap in Mavericks
I want to disable App Nap globally on a late 2009 iMac desktop running Mavericks, is this possible?
Solution 1:
Yes you can by setting NSAppSleepDisabled globally:
defaults write -g NSAppSleepDisabled -bool true
I want to disable App Nap globally on a late 2009 iMac desktop running Mavericks, is this possible?
Yes you can by setting NSAppSleepDisabled globally:
defaults write -g NSAppSleepDisabled -bool true