From c59a958cfb0e84f37f8d7a18e9f030ab46adc6ee Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 16 Jun 2015 16:17:28 +0200 Subject: [PATCH] Smaller console font --- Xdefaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xdefaults b/Xdefaults index 8daeff3..fbf1afc 100644 --- a/Xdefaults +++ b/Xdefaults @@ -1,7 +1,7 @@ URxvt*foreground: #ffffff URxvt*background: [90]#2C2E2F -URxvt*font: xft:Inconsolata:size=9 -URxvt*boldFont: xft:Inconsolata:size=9 +URxvt*font: xft:Inconsolata:size=8 +URxvt*boldFont: xft:Inconsolata:size=8 URxvt*saveLines: 12000 URxvt*scrollstyle: plain URxvt*scrollBar: false