Skip to content

Instantly share code, notes, and snippets.

@ndlrx
Created December 8, 2018 11:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Urxvt missing unicode powerline fonts

Just change the font configuration as below:

URxvt*font:                 xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*boldFont:             xft:Agave:pixelsize=24:minspace=False, xft:DejaVu Sans:pixelsize=18
URxvt*letterSpace: 0

Reload.

xrdb ~/.Xresources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment