新的OSX的字体渲染太heavy了,用下面的方法可以独立关闭某个应用的渲染。

 

defaults write com.apple.Terminal AppleFontSmoothing -int 0

或全局关闭

defaults write -g AppleFontSmoothing -int 0

http://apple.stackexchange.com/questions/127351/is-there-a-way-to-make-the-terminals-font-less-blurry

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-09-15
  • 2022-02-08
  • 2021-12-27
  • 2022-02-08
  • 2021-09-06
猜你喜欢
  • 2021-12-09
  • 2021-11-26
  • 2022-02-08
  • 2021-10-24
  • 2021-12-04
  • 2022-02-08
相关资源
相似解决方案