You are not logged in.

#1 2022-11-13 17:10:15

Iulian
Member
Registered: 2019-08-01
Posts: 27

[Solved]How do i pick a font for urxvt?

I downloaded the CaskaydiaCove fonts from here https://www.nerdfonts.com/font-downloads
I then put them into /usr/share/fonts/otf/CascadiaCode/ then i ran fc-chache.
But if i add URxvt.font: CaskaydiaCove NF to my .Xresources i cannot launch urxvt.
I ran fc-list and all the fonts seem to appear in the list.

Last edited by Iulian (2022-11-13 17:46:36)

Offline

#2 2022-11-13 17:38:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,430

Re: [Solved]How do i pick a font for urxvt?

xrdb -q | grep -iE 'urxvt.*font'
fc-list :mono | grep -i cascadia

You btw. probably want sth like

URxvt*font:	xft:CaskaydiaCove NF:size=9

Offline

#3 2022-11-13 17:46:22

Iulian
Member
Registered: 2019-08-01
Posts: 27

Re: [Solved]How do i pick a font for urxvt?

Thank you that worked.

Offline

Board footer

Powered by FluxBB