From b217e4f29a349878b7a1a4334e3e69114d464807 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 22 Oct 2015 12:46:37 +0530 Subject: [PATCH] Decreases font size for terminals - This is screwed on my laptop (too small to read), but its perfect size for my external monitor. --- files/x11/.Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/x11/.Xresources b/files/x11/.Xresources index 84d9cd6..e79520d 100644 --- a/files/x11/.Xresources +++ b/files/x11/.Xresources @@ -37,7 +37,7 @@ Xcursor.size: 22 ! xterm ---------------------------------------------------------------------- xterm*VT100.geometry: 80x25 -xterm*faceName: SourceCodePro:size=10:antialias=false +! xterm*faceName: SourceCodePro:size=8:antialias=false xterm*font: 7x13 xterm*dynamicColors: true xterm*utf8: 2 @@ -58,5 +58,5 @@ Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight -URxvt.font: xft:Sauce Code Powerline:size=10,style=Light +URxvt.font: xft:Sauce Code Powerline:size=8:pixelsize=10,style=Light URxvt.scrollBar: false