Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save riicchhaarrd/a180d92346682f49c6ca8cb38322f3d0 to your computer and use it in GitHub Desktop.
Save riicchhaarrd/a180d92346682f49c6ca8cb38322f3d0 to your computer and use it in GitHub Desktop.
fix linux fonts aliasing / hinting
~/.Xresources
-------------------------
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
--------------------------
# apply
$ xrdb -merge $HOME/.Xresources
# to check
$ xrdb -query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment