Skip to content

Instantly share code, notes, and snippets.

@metamatt
Created October 28, 2014 17:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metamatt/bdec285c3b3288567ca4 to your computer and use it in GitHub Desktop.
Save metamatt/bdec285c3b3288567ca4 to your computer and use it in GitHub Desktop.
This is my new mandatory sequence after upgrading OS X, since I prioritize my laptop waking up the second I open it higher than month-long standby, and this is apparently contrary to Apple's priorities since every OS X upgrade seems to nerf my settings back to the defaults: http://blog.metamatt.com/blog/2013/03/20/apple-is-getting-really-aggress…
magi@duality ~> sudo pmset -b standbydelay 43200
magi@duality ~> sudo pmset -c standby 0
magi@duality ~> pmset -g
Active Profiles:
Battery Power -1*
AC Power -1
Currently in use:
standbydelay 43200
standby 1
halfdim 1
hibernatefile /var/vm/sleepimage
darkwakes 0
gpuswitch 2
disksleep 10
sleep 60 (sleep prevented by storedownloadd, storedownloadd)
autopoweroffdelay 14400
hibernatemode 3
autopoweroff 1
ttyskeepawake 1
displaysleep 5
acwake 0
lidwake 1
magi@duality ~> pmset -g
Active Profiles:
Battery Power -1
AC Power -1*
Currently in use:
standbydelay 4200
standby 0
womp 1
halfdim 1
hibernatefile /var/vm/sleepimage
darkwakes 1
gpuswitch 2
networkoversleep 0
disksleep 10
sleep 0 (sleep prevented by storedownloadd, storedownloadd)
autopoweroffdelay 14400
hibernatemode 3
autopoweroff 1
ttyskeepawake 1
displaysleep 5
acwake 0
lidwake 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment