xresources.nix 200 B

1234567891011
  1. {
  2. xresources.properties = {
  3. "Xft.antialias" = true;
  4. "Xft.autohint" = false;
  5. "Xft.dpi" = 96;
  6. "Xft.hinting" = true;
  7. "Xft.hintstyle" = "hintslight";
  8. "Xft.rgba" = "none";
  9. };
  10. }