]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xresources: replace size= with pixelsize= to handle recent fontconfig change
authorSimon Ruderich <simon@ruderich.org>
Thu, 7 Sep 2017 09:59:23 +0000 (11:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 7 Sep 2017 09:59:56 +0000 (11:59 +0200)
Result looks the same.

Xresources.in

index 631ffda8c78e171e0696ec8ffa54e4d3fd235be4..abc0e1292521bf75c9cc1f1b0cba4d3c7ce9dafc 100644 (file)
@@ -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.