dotfiles

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

commit 8e419d5b5574d30f931cc7c1f3112270ea453c67
parent 7c2ff1becd691f26ec46b8ba9370a127c19dc69a
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 17 Dec 2019 18:09:57 -0800

Use Adobe Source Code Pro 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: -*-fixed-medium-*-*-20-* -URxvt.boldFont: -*-fixed-bold-*-*-20-* +URxvt.font: xft:Source Code Pro:size=13 +URxvt.boldFont: xft:Source Code Pro:size=13 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange