From d7d66c9cbfd0b6d563928b109bbb3157656a8a50 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 11 Apr 2014 16:37:56 +0300 Subject: [PATCH] Xdefaults: use font size 11. --- Xdefaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xdefaults b/Xdefaults index e722c44f..41c7930b 100644 --- a/Xdefaults +++ b/Xdefaults @@ -8,5 +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 +URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true +URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11:antialias=true:hinting=true