commit f70b6d0a1bd872ec5d63ba94e637aebd40317b02 parent b45c9cd340ac8570979ce7ad56acac3c17394177 Author: Chris Bracken <chris@bracken.jp> Date: Mon, 9 Mar 2020 15:42:07 -0700 Add IPAGothic for Japanese fallback in rxvt Diffstat:
M | .Xresources | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.Xresources b/.Xresources @@ -5,8 +5,8 @@ xterm*font: *-fixed-*-*-*-20-* URxvt.depth: 32 URxvt.foreground: grey URxvt.background: #0f0f0f -URxvt.font: xft:DejaVu Sans Mono:size=13 -URxvt.boldFont: xft:DejaVu Sans Mono:size=13 +URxvt.font: xft:DejaVu Sans Mono:size=13,xft:IPAGothic:size=14 +URxvt.boldFont: xft:DejaVu Sans Mono:size=13,xft:IPAGothic:size=14 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange