Update README

This commit is contained in:
Laura Hausmann 2023-01-17 17:30:35 +01:00
parent eef7d020c2
commit ec8ee24e20
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -8,21 +8,23 @@ Working features:
- Trackpad (incl gestures)
- Keyboard (incl. correct mapping)
- FileVault
- Sleep & Hibernation
- Sleep & Hibernation ("Standby" / Hybrid Sleep)
- Everything else I tested
Sleep guide:
```
sudo pmset -a restoredefaults
sudo pmset -c standby 1
sudo pmset -c hibernatemode 0
sudo pmset -b standby 1
sudo pmset -b standbydelayhigh 900
sudo pmset -b standbydelaylow 60
sudo pmset -b hibernatemode 25
sudo pmset -b hibernatemode 3
sudo pmset -b highstandbythreshold 70
sudo pmset -a acwake 0
sudo pmset -a lidwake 1
sudo pmset -a powernap 0
sudo pmset -a tcpkeepalive 0
```
If you need to restore defaults run: