Created
March 11, 2017 07:09
-
-
Save douglasmiranda/801d6089148911e238613106af0c8822 to your computer and use it in GitHub Desktop.
Solution: OSX - Reduced Transparency after crashing / restarting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go to the terminal, type: | |
defaults read com.apple.universalaccess reduceTransparency | |
# If it returns 1, set false and reboot. Type: | |
defaults write com.apple.universalaccess reduceTransparency -bool FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment