Last active
March 23, 2020 19:49
-
-
Save timothyasp/6143254 to your computer and use it in GitHub Desktop.
Mac OSX speedy resume from sleep and power management. From http://blog.metamatt.com/blog/2013/02/21/speedy-resume/
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
#!/bin/bash | |
# Set standby delay on battery to 12hr | |
sudo pmset -b standbydelay 43200 | |
# Disable it entirely on battery | |
sudo pmset -c standby 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment