sebastiencs / icons-in-terminal

Use any fonts in the terminal without replacing or patching
MIT License
984 stars 46 forks source link

Don't work in urxvt-unicod #48

Open Geordinateur opened 2 years ago

Geordinateur commented 2 years ago

Im on archlinux and impossible to work in urxvt, do you know why?

Geordinateur commented 2 years ago

It work whit all terminal (Alacritty, kitty, terminator etc...) but with UXrvt, not, I have installed with AUR, I use Monospace. Its my .config/fontconfig/conf.d/30-icons.conf

<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias><family>Monospace</family><prefer><family>icons-in-terminal</family></prefer></alias>
<alias><family>DejaVu Sans Mono</family><prefer><family>icons-in-terminal</family></prefer></alias>
</fontconfig>

and .Xresources

URxvt*font: xft: Monospace:size=10, xft: DejaVu Sans Mono:size=12,
URxvt*boldFont: xft: Monospace:bold:size=10
URxvt*scrollBar:        false
URxvt*internalBorder: 0
URxvt*letterSpace:      0
URxvt.perl-ext:             default,matcher
URxvt.url-launcher:     /usr/bin/qutebrowser
URxvt.matcher.button:   1
URxvt.termname:             rxvt-unicode
URxvt*cursorBlink:    true
URxvt.iso14755:         false
URxvt*utf8:               true
URxvt.keysym.C-equal:      resize-font:bigger
URxvt.keysym.C-parenright: resize-font:smaller
ashtrax3000 commented 1 year ago

Same here. Arch install w/ i3 wm. It works with Kitty and Alacritty in conjunction with nnn and ls, but can't get it to work on URxvt or Fish where it shows empty little rectangles instead of symbols