patch-config_main_fte 801 B

1234567891011121314151617181920212223
  1. $OpenBSD: patch-config_main_fte,v 1.1 2011/01/16 19:58:18 naddy Exp $
  2. --- config/main.fte.orig Sun Jan 18 17:31:40 2009
  3. +++ config/main.fte Mon Jan 19 08:41:36 2009
  4. @@ -117,9 +117,15 @@ object GLOBAL {
  5. # WindowFont = "8x13";
  6. # WindowFont = "9x15";
  7. WindowFont = "9x15";
  8. -%if(UI_KB)
  9. - WindowFont = "*-fixed-bold-*-15*,*-fixed-bold-*-16*";
  10. -%endif
  11. +
  12. +# Terminus font example:
  13. +# WindowFont = "*-terminus-medium-*-14*";
  14. +# JMK font examples:
  15. +# WindowFont = "*-neep-medium-*-15*";
  16. +# WindowFont = "*-neep alt-medium-*-15*";
  17. +# Misc bold font example:
  18. +# WindowFont = "*-fixed-bold-*-15*,*-fixed-bold-*-16*";
  19. +
  20. # We need some font, which can be 'LOCALIZED' - and this can't be done
  21. # with font names like 9x15 (actually we can, but this would need
  22. # highly skilled users :))