From 8b1ffeeadb8989556c642c91f6cfa4a1c0817f6a Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 22 Sep 2018 23:45:38 +0200 Subject: [PATCH] Xresources: make urxvt actually use a bold font --- Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 51612fc..8197ecb 100644 --- a/Xresources +++ b/Xresources @@ -1,5 +1,5 @@ URxvt.font: xft:Monospace:size=9:antialias=true -URxvt.boldFont: xft:Monospace:bold:size=9:antialias=true +URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true URxvt.foreground: white URxvt.background: black URxvt.letterSpace: -1