]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xresources: URxvt: use font VL Gothic for Asian characters
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:40:38 +0000 (14:40 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:40:38 +0000 (14:40 +0200)
Xresources.in

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