X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/add_free?a=blobdiff_plain;f=buster%2Fhome_files%2Feeepc%2F.Xresources;h=3eb33ae7d0a9ce20a33dd8b90cb1854e10311418;hb=97709a46479eabeec4e3a67f2ed4110ce154c321;hp=ed6212bce9d8ed8e19132aae2c657338a00d85b2;hpb=123bd49922c3eede745334998c276bd2a7998ab1;p=config diff --git a/buster/home_files/eeepc/.Xresources b/buster/home_files/eeepc/.Xresources index ed6212b..3eb33ae 100644 --- a/buster/home_files/eeepc/.Xresources +++ b/buster/home_files/eeepc/.Xresources @@ -2,7 +2,14 @@ XTerm.termName: xterm-256color ! font -XTerm*faceName: -gnu-unifont-*-*-*-*-*-*-*-*-*-*-* +! actually, "mono" is already the default for faceName (it will +! pick whatever fc-match mono delivers), but we need to set _some_ +! faceName to trigger XTerm activating TrueType fonts +! (XTerm*fontRender by itself won't do the trick), and we want +! TrueType fonts because, well, they scale better, and XTerm lets them +! fall back on alternatives (hi there ttf-unifont) when a Unicode +! glyph is not found +XTerm*faceName: mono XTerm*faceSize: 8 ! white on black @@ -12,4 +19,4 @@ XTerm*reverseVideo: on XTerm*visualBell: on ! proper ALT as META key treatment -XTerm*eightBitInput: false +XTerm*eightBitInput: false