From: Simon Ruderich Date: Sat, 18 Jun 2016 12:40:38 +0000 (+0200) Subject: Xresources: URxvt: use font VL Gothic for Asian characters X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=bcc0c647fc4c724dae64893a2b85a10a3d4b739a Xresources: URxvt: use font VL Gothic for Asian characters --- diff --git a/Xresources.in b/Xresources.in index ca6f557..631ffda 100644 --- a/Xresources.in +++ b/Xresources.in @@ -66,8 +66,8 @@ XTerm.termName: xterm-256color ! MISC TERMINAL SETTINGS ! Use Inconsolata as default font, SourceCodePro for replacement characters -! (e.g. greek letters). -URxvt.font: xft:Inconsolata:size=13pt,xft:SourceCodePro-Regular:size=13pt +! (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 ! Disable the scrollback buffer. I use screen/tmux so it is not necessary and ! only wastes memory.