Skip to content

Commit 1860fec

Browse files
committed
Add Reduced Motion & Transparency
1 parent 107d925 commit 1860fec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ sudo mdutil -i off -a
4646
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture ""
4747
```
4848

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+
defaults write com.apple.Accessibility ReduceMotionEnabled -int 1
57+
```
58+
59+
4960
## Enable multi-sessions
5061

5162
```bash

0 commit comments

Comments
 (0)