From 3fc58e5a5a9717e0d80061d207637a38be9e7e74 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 20 Jul 2013 17:13:44 +0200 Subject: [PATCH] change urxvt font --- x/Xresources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/Xresources b/x/Xresources index dae9202..2f9afe5 100644 --- a/x/Xresources +++ b/x/Xresources @@ -80,7 +80,8 @@ URxvt.urgentOnBell: True URxvt.depth: 32 URxvt.background: [95]#202020 -URxvt.font: -*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-* +URxvt.font: xft:Inconsolata:pixelsize=12:antialias=true:hinting=true +URxvt.boldFont: xft:Inconsolata:bold:pixelsize=12:antialias=true:hinting=true URxvt.geometry: 100x30 URxvt.scrollColor: [95]#91BA0D