commit bc6ef5ff76c9df9e3cfb38b67bff672a9a915c79 parent 36de074f45422288a81b195fe92a5f3f7a3892e7 Author: Anders Damsgaard <andersd@riseup.net> Date: Fri, 3 Nov 2017 13:37:47 -0400 reduce motion and transparency Diffstat:
M | init/10_macos.sh | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/init/10_macos.sh b/init/10_macos.sh @@ -30,7 +30,10 @@ sudo nvram SystemAudioVolume=" " defaults write .GlobalPreferences AppleInterfaceStyle -string "Dark" # Disable transparency -#defaults write com.apple.universalaccess reduceTransparency -bool true +defaults write com.apple.universalaccess reduceTransparency -bool true + +# Reduce motion animations +defaults write com.apple.universalaccess reduceMotion -bool true # Set highlight color to gray #defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.568600"