Skip to content

Instantly share code, notes, and snippets.

@Shilo
Created June 6, 2014 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shilo/64c13cff47bba813236e to your computer and use it in GitHub Desktop.
Save Shilo/64c13cff47bba813236e to your computer and use it in GitHub Desktop.
Terminal command to disable OS X Mavericks (10.9) "App Nap" feature for a specific application.
defaults write <app domain name> NSAppSleepDisabled -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment