This file contains 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
#battery | |
sudo pmset -b standbydelaylow 300 | |
sudo pmset -b standby 1 | |
sudo pmset -b halfdim 1 | |
sudo pmset -b sms 0 | |
sudo pmset -b disksleep 10 | |
sudo pmset -b standbydelayhigh 600 | |
sudo pmset -b sleep 10 | |
sudo pmset -b autopoweroffdelay 40000 | |
sudo pmset -b hibernatemode 25 |