Method to properly turn off Nap App for specific Applications
Would like to know the true and proper way to apply this on my Mac Pro. While it's easy to turn off App Nap systemwide, and believe me, I'd love to on my desktop machines, it just seems reckless. If it isn't reckless and doesn't provide a potential for other problems to creep up then let me know. This is the command I have for doing it systemwide:
defaults write NSGlobalDomain NSAppSleepDisabled -bool true
I ultimately want to know how to disable App Nap for particular Applications though, the ones that I feel really shouldn't be sleeping ever unless the entire system is, like Finder for example, and even more so on my Mac Pro desktop. I'm comfortable in Terminal or single-user mode so if it's a long, drawn-out process involving command-line that's ok with me, I only want to do this the right way. It seems like the systemwide approach only creates more flags in Console, maybe there are other steps that need to be implemented as well?
Thanks to anyone who wants to help out with this.
As a formality:
Mac Pro, OS X El Capitan (10.11.3)