I've just switched from xfce4-terminal to rxvt-unicode and I've been reading a lot of .Xresources and .Xdefaults files, piecing things together to create my own. My googling skills have left me with a number of unanswered questions; one of which is:
Is there a difference between URxvt.font and URxvt*font?
I have seen a number of variations, for example, the answer for this questions uses a asterisk in one line and periods in another.
URxvt*scrollBar:false URxvt*scrollBar_right: false URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007` Does that mean it doesn't matter or that it matters for some setting and not others? I'm hoping understanding the differences, if there are any, will help with the settings I can't get to work.
man 7 urxvt, Can I see a typical configuration? question. Marc Lehmann used dots forurxvtinstance and asterisks forIRC(urxvt.font:vsIRC*font:and on). In my understanding, that asterisks allow to share the same config between rxvt-unicode (where asterisks are redundant but harmless) and xterm. E.g.urxvt -name IRCandxterm -name IRCwill use the same settings.