Created
October 29, 2018 04:38
-
-
Save rokoroku/0637366315660ed0714c3750f8fa8f8f to your computer and use it in GitHub Desktop.
mac os scripts
This file contains 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
# Fix blurry fonts on macos mojave | |
# https://www.reddit.com/r/apple/comments/9ijuft/how_to_fix_blurry_fonts_on_macos_mojave_with/ | |
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment