Created
November 4, 2016 21:17
-
-
Save HopperMCS/dd68b16d64b3bc6d277fe8eb716afd16 to your computer and use it in GitHub Desktop.
Silk-smooth fonts for Fedora
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
| sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
| sudo dnf install freetype-freeworld | |
| gsettings "set" "org.gnome.settings-daemon.plugins.xsettings" "hinting" "slight" | |
| gsettings "set" "org.gnome.settings-daemon.plugins.xsettings" "antialiasing" "rgba" | |
| echo "Xft.lcdfilter: lcddefault" > ~/.Xresources | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment