dotfiles

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

commit 026ca96904c4a225bf4e779f0dfbc437740a9ffd
parent dba95b14860c2b15cd5b0e885ee9e260929662c3
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat,  3 Oct 2015 17:27:00 -0700

Use Misc Fixed for urxvt font.

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: xft:Ricty:pixelsize=13:antialias=true:hinting=true -URxvt.boldFont: xft:Ricty:bold:pixelsize=13:antialias=true:hinting=true +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.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange