From 38dfcdf9c7b658feb33101aa92c1befbb6c4b20a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 11 Apr 2014 16:32:52 +0300 Subject: [PATCH] Xdefaults: use Deja Vu Sans Mono with urxvt. --- Xdefaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xdefaults b/Xdefaults index e61f026c..e722c44f 100644 --- a/Xdefaults +++ b/Xdefaults @@ -8,3 +8,5 @@ URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 !URxvt.perl-ext-common: ...,tabbed,... !URxvt.urgentOnBell: True +URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true +URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true