From c6f0cdffaaa8621e79343512c6a405b56d80c137 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 23 Sep 2013 01:24:56 +0200 Subject: Reduce font size --- .Xdefaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index b28262d..191c6c4 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -20,8 +20,8 @@ urxvt.keysym.M-Delete: perl:matcher:list URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 -urxvt.font: xft:PT Mono:weight=medium:pixelsize=16 -urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=16 +urxvt.font: xft:PT Mono:weight=medium:pixelsize=15 +urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15 URxvt.modeline.fg: 15 URxvt.modeline.bg: 12 -- cgit v1.3-2-g0d8e