diff --git a/.Xdefaults b/.Xdefaults index 85f2574..35e0ce3 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,3 +1,4 @@ #include ".urxvt/Xdefaults" +#include ".fonts/Xdefaults" Xcursor.theme: gentoo-silver diff --git a/.fonts/Xdefaults b/.fonts/Xdefaults new file mode 100644 index 0000000..b21d850 --- /dev/null +++ b/.fonts/Xdefaults @@ -0,0 +1,6 @@ +! Xft.dpi: 99.0 +Xft.rgba: none +Xft.antialias: true +Xft.autohint: false +Xft.hinting: true +Xft.hintstyle: hintfull