Skip to content

Commit f711711

Browse files
authored
Update README.md
1 parent 3b26108 commit f711711

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@
3535
+ 引导界面图形化,开机没有“duang”声音
3636

3737
### 缺陷
38-
+ HDMI睡眠无法唤醒
38+
+ 睡眠花屏,禁用睡眠、休眠(转发CSDN教程原文地址:[黑苹果完全禁用睡眠](https://blog.csdn.net/fjh1997/article/details/112559539)
39+
```bash
40+
# Before doing anything, save your current configuration using
41+
pmset -g
42+
# To disable sleep 彻底禁用
43+
sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1;
44+
# And to go back to normal 还原
45+
sudo pmset -a sleep 1; sudo pmset -a hibernatemode [original hibernatemode value]; sudo pmset -a disablesleep 0;
46+
```
3947
+ 隔空投送,Monterey下只能接收,不能发送
4048

4149
### 备注

0 commit comments

Comments
 (0)