Created
February 3, 2016 13:09
-
-
Save NaanProphet/3f63715e3f734e6034f0 to your computer and use it in GitHub Desktop.
App Nap Script for MBA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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