LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Stop font from displaying bold in terminal. (https://www.linuxquestions.org/questions/linux-newbie-8/stop-font-from-displaying-bold-in-terminal-4175477031/)

313 09-13-2013 02:07 PM

Stop font from displaying bold in terminal.
 
I just switched my urxvt font from terminus to artwtiz-fonts drift, is there any way I can stop bold characters from displaying? They hurt my eyes.

The line in my ~/.Xdefaults is:
Code:

urxvt*font:xft:drift:pixelsize=12
scrot:

http://imgbox.com/acqBZ50R

Thanks in advance.

surio 09-13-2013 02:35 PM

From the manual page:
Quote:

boldFont: fontlist
italicFont: fontlist
boldItalicFont: fontlist
The font list to use for displaying bold, italic or bold italic characters, respectively.

If specified and non-empty, then the syntax is the same as for the font-resource, and the given font list will be used as is, which makes it possible to substitute completely different font styles for bold and italic.

If unset (the default), a suitable font list will be synthesized by "morphing" the normal text font list into the desired shape. If that is not possible, replacement fonts of the desired shape will be tried.

If set, but empty, then this specific style is disabled and the normal text font will being used for the given style.
Code:

URxvt.boldFont:
ought to do the trick, one thinks.

Habitual 09-13-2013 02:39 PM

https://wiki.archlinux.org/index.php/Rxvt-unicode perhaps can help?


All times are GMT -5. The time now is 05:31 AM.