Last active
June 4, 2018 14:28
-
-
Save RichoDemus/7caba09a646139d6aab025565fefdb8d to your computer and use it in GitHub Desktop.
Handy Mac things
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
# power options http://apple.stackexchange.com/a/127650 | |
# hibernate after one hour of sleep on battery power | |
sudo pmset -a standbydelay 3600 | |
sudo pmset -a hibernatemode 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment