We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b26108 commit f711711Copy full SHA for f711711
README.md
@@ -35,7 +35,15 @@
35
+ 引导界面图形化,开机没有“duang”声音
36
37
### 缺陷
38
-+ HDMI睡眠无法唤醒
++ 睡眠花屏,禁用睡眠、休眠(转发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
+```
47
+ 隔空投送,Monterey下只能接收,不能发送
48
49
### 备注
0 commit comments