XTerm.vt100.faceName or xterm.vt100.faceName
Setting XTerm.vt100.faceName
key in .Xresources does not have any effect,
$ xrdb -q
*customization: -color
XTerm.vt100.faceName: Inconsolata:size=14:antialias=true
However lowercase xterm.vt100.faceName
do work
$ xrdb -q
*customization: -color
xterm.vt100.faceName: Inconsolata:size=14:antialias=true
I'm using a debian netinstall, with XTerm(312) so issue might be is that I'm using a different version of XTerm as discussed in here: "Xterm" or "xterm" in configuration file
Wildcards not working
For example setting xterm.vt100.foreground
works but not *.foreground
Update - appres
$ appres XTerm xterm | grep -i color0
when have*vt100.color0
*vt100.color0: #1d1f21 *VT100*color0: black
$ appres XTerm xterm | grep -i faceName
when have bothXTerm.vt100.faceName
andxterm.vt100.faceName
mergedxterm.vt100.faceName: Inconsolata:size=14:antialias=true XTerm.vt100.faceName: Inconsolata:size=14:antialias=true
appres XTerm xterm | grep -i facename
? Do you see the same effect with other resources undervt100
? – Gilles 'SO- stop being evil' May 07 '17 at 22:03