


For instance, set URxvt.letterSpace: -10 and all characters display as boxes DavisDude at 4:10 Add a comment 0 For me it was a problem with powerline glyphs in urxvt. However, the package google-noto-emoji-fonts in Fedora24 appears to be a mixed-width font, which urxvt doesn't handle, giving this message: $ urxvt -fn 'xft:DejaVu Sans Mono,xft:Noto Emoji' urxvt will use a default font if it cannot find the xft font name you specify. This problem can also affect all characters due to the letter spacing being too close. Given the comment by you should be able to do this: urxvt.font: xft:DejaVu Sans Mono, xft:Noto Emoji font spacing URxvt.letterSpace: -1 URxvt.lineSpace: 0 fonts URxvt.font: xft:PragmataProMono-Regular:pixelsize15:autohinttrue, xft:DejaVu Sans.
#URXVT LETTERSPACE INSTALL#
And xsel is a clipboard manager, I install it because URxvt is not shipped with copy paste by default. A (hopefully) reasonable default font list is always appended to it option -fn.Įach font can either be a standard X11 core font ( XLFD ) name, with optional prefix "x:" or a Xft font (Compile xft), prefixed with "xft:". rxvt-unicode is the package name of URxvt. The option youre looking for is letterSpace, e.g. The first font defines the cell size for characters other fonts might be smaller, but not (in general) larger. My issue is with the space between lines and columns in urxvt. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. A (hopefully) reasonable default font list is always appended to it. The first font defines the cell size for characters other fonts might be smaller, but not (in general) larger. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. URxvt.
#URXVT LETTERSPACE MANUAL#
The manual page is the place to go, for options:
