Skip to content

Instantly share code, notes, and snippets.

@NaanProphet
Created February 3, 2016 13:09
Show Gist options
  • Save NaanProphet/3f63715e3f734e6034f0 to your computer and use it in GitHub Desktop.
Save NaanProphet/3f63715e3f734e6034f0 to your computer and use it in GitHub Desktop.
App Nap Script for MBA
-- thanks to: http://osxdaily.com/2014/05/13/disable-app-nap-mac-os-x/
-- disable App Nap
--do shell script "defaults write NSGlobalDomain NSAppSleepDisabled -bool YES"
-- renable App Nap
do shell script "defaults delete NSGlobalDomain NSAppSleepDisabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment