We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107d925 commit 1860fecCopy full SHA for 1860fec
README.md
@@ -46,6 +46,17 @@ sudo mdutil -i off -a
46
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture ""
47
```
48
49
+## Reduce Motion & Transparency
50
+
51
+```bash
52
+defaults write com.apple.Accessibility DifferentiateWithoutColor -int 1
53
+defaults write com.apple.Accessibility ReduceMotionEnabled -int 1
54
+defaults write com.apple.universalaccess reduceMotion -int 1
55
+defaults write com.apple.universalaccess reduceTransparency -int 1
56
57
+```
58
59
60
## Enable multi-sessions
61
62
```bash
0 commit comments