dotfiles

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

commit b1ea3d51a9ffcbc9e234640f1f51696265a647ec
parent 704303bf2a42df31ca378844cb376671b2769ba7
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  6 Aug 2015 15:37:13 -0700

Switch to Ricty font for urxvt.

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

diff --git a/.Xresources b/.Xresources @@ -2,8 +2,8 @@ URxvt.depth: 32 URxvt.foreground: grey URxvt.background: #0f0f0f -URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1 -URxvt.boldFont: -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1 +URxvt.font: xft:Ricty:pixelsize=13:antialias=true:hinting=true +URxvt.boldFont: xft:Ricty:pixelsize=13:antialias=true:hinting=true URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange