From 16de0a69ee045bbea7d7b6e3f0b0419bc8a7d754 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 7 Sep 2017 11:59:23 +0200 Subject: [PATCH] Xresources: replace size= with pixelsize= to handle recent fontconfig change Result looks the same. --- Xresources.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources.in b/Xresources.in index 631ffda..abc0e12 100644 --- a/Xresources.in +++ b/Xresources.in @@ -67,7 +67,7 @@ XTerm.termName: xterm-256color ! Use Inconsolata as default font, SourceCodePro for replacement characters ! (e.g. greek letters), VL Gothic for Asian characters. -URxvt.font: xft:Inconsolata:size=13pt,xft:SourceCodePro-Regular:size=13pt,xft:VL Gothic:size=13pt +URxvt.font: xft:Inconsolata:pixelsize=17,xft:SourceCodePro-Regular:pixelsize=17,xft:VL Gothic:pixelsize=17 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary and ! only wastes memory. -- 2.43.2