dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 4df00f9ca2498d74f55c1cba51bf4e74656f8c8b
parent 15b410b2b47525995123a0d54d1dd8e4e100a795
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  9 Jun 2020 14:56:48 -0700

Add URxvt.italicFont, boldItalicFont

Diffstat:
M.config/Xresources | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.config/Xresources b/.config/Xresources @@ -6,8 +6,10 @@ URxvt.depth: 32 URxvt.termName: xterm-256color URxvt.foreground: grey URxvt.background: #0f0f0f -URxvt.font: xft:DejaVu Sans Mono:size=10,xft:IPAGothic:size=12 -URxvt.boldFont: xft:DejaVu Sans Mono:size=10,xft:IPAGothic:size=12 +URxvt.font: xft:DejaVuSansMono:size=10,xft:IPAGothic:size=12 +URxvt.boldFont: xft:DejaVuSansMono-Bold:size=10,xft:IPAGothic:size=12 +URxvt.italicFont: xft:DejaVuSansMono-Oblique:size=10,xft:IPAGothic:size=12 +URxvt.boldItalicFont: xft:DejaVuSansMono-BoldOblique:size=10,xft:IPAGothic:size=12 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange