Xdefaults: add font fallbacks (not-bold)

If DejaVu Sans Mono Book is missing some glyph, fallback to
unifont and Andale Mono which hopefully have that glyph.

I didn't add bold fallbacks, because fc-list doesn't list those two
fonts as having bold varety.
This commit is contained in:
Mikaela Suomalainen 2014-04-20 16:40:39 +03:00
parent d3534b1370
commit d2fc565a8a
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
!URxvt.perl-ext-common: ...,tabbed,...
!URxvt.urgentOnBell: True
URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true
URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true, xft:unifont:pixelsize=11:antialias=true:hinting=true, xft:Andale Mono:pixelsize=11:antialias=true:hinting=true
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11:antialias=true:hinting=true
URxvt.letterSpace: 0