dotfiles

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

commit cf41adc29ebfef9a481d14216e6b162857f1a7d0
parent 2999a86ce62efea97c479b8742142397e4705bfa
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  1 Dec 2015 22:53:17 -0800

Loosen restrictions on URxvt fonts

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: -misc-fixed-medium-r-*--13-120-75-75-c-*-iso8859-1 +URxvt.boldFont: -misc-fixed-bold-r-*--13-120-75-75-c-*-iso8859-1 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange