Xresources 493 B

12345678910111213
  1. ! This is the global resources file that is loaded when
  2. ! all users log in, as well as for the login screen
  3. ! Fix the Xft dpi to 96; this prevents tiny fonts
  4. ! or HUGE fonts depending on the screen size.
  5. Xft.dpi: 96
  6. ! hintstyle: medium means that (for Postscript fonts) we
  7. ! position the stems for maximum constrast and consistency
  8. ! but do not force the stems to integral widths. hintnone,
  9. ! hintslight, and hintfull are the other possibilities.
  10. Xft.hintstyle: hintmedium
  11. Xft.hinting: true