dotfiles

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

commit bbb0ad181dfabfd7a88ef528768d32848bdd1f94
parent 3f1464aa8e3bb28732d04b19576230679c2232cb
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  7 Sep 2015 20:53:24 -0700

Switch back to MiscFixed for urxvt.

This reverts commit b1ea3d51a9ffcbc9e234640f1f51696265a647ec.

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: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