From f917f2bfd33ab7d5a70b22b89eab15dba1363479 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 12 Aug 2015 12:07:00 +0200 Subject: [PATCH] Using inconsolata as the default font for urxvt. --- .Xresources | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.Xresources b/.Xresources index b29f683..55bfc38 100644 --- a/.Xresources +++ b/.Xresources @@ -11,3 +11,11 @@ URxvt*.url-select.underline: true URxvt*.keysym.M-u: perl:url-select:select_next URxvt*.keysym.M-Escape: perl:keyboard-select:activate URxvt*.keysym.M-s: perl:keyboard-select:search +URxvt*.font: xft:inconsolata:size=9 +URxvt*.letterSpace: -1 + +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight