Skip to content

Instantly share code, notes, and snippets.

View richardszegh's full-sized avatar
🧑‍💻
i don't use arch btw

Richard Szegh richardszegh

🧑‍💻
i don't use arch btw
View GitHub Profile
# run this command to enable subpixel font smoothing (for non-retina displays)
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
# run this command to disable subpixel font smoothing (for retina displays)
defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES