dotfiles

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

commit 23f15fe6d1cc25c5df15d1a5db53b4b1c4b2a2e4
parent 0005f1eb1d9e2b491635bf80e520c658b047190b
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 28 Jan 2015 21:34:14 -0800

Use orange cursor colour in urxvt

Diffstat:
M.Xresources | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -6,6 +6,7 @@ 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 URxvt.color0: #2e3436 URxvt.color1: #cc0000 URxvt.color2: #4e9a06