From d1b7db0a70eba872979d5eb33a9de84d0599b736 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 23 Oct 2014 03:02:26 -0400 Subject: [PATCH] Change font size in urxvt Signed-off-by: Collin J. Doering --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 6b055a3..38b4447 100644 --- a/.Xresources +++ b/.Xresources @@ -46,8 +46,8 @@ xterm*font: 7x13 URxvt.buffered: true URxvt.cursorColor: green URxvt.underlineColor: yellow -URxvt.font: xft:Terminus:pixelsize=15:antialias=false -URxvt.boldFont: xft:Terminus:bold:pixelsize=16:antialias=false +URxvt.font: xft:Terminus:pixelsize=14:antialias=false +URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false URxvt.scrollstyle: plain URxvt*scrollTtyOutput: false