From: Simon Ruderich Date: Mon, 9 Mar 2009 08:02:02 +0000 (+0100) Subject: Add Xdefaults file. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=2041cd28cf60c58185add3a89894132ae7539854 Add Xdefaults file. --- diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..5f64c6c --- /dev/null +++ b/Xdefaults @@ -0,0 +1,9 @@ +! Configuration file for X11 programs. + + +! Use gray on black with a white cursor in XTerm. +XTerm*foreground: darkgray +XTerm*background: black +XTerm*cursorColor: white + +! vim: ft=xdefaults diff --git a/setup.sh b/setup.sh index e928a80..a5a97df 100755 --- a/setup.sh +++ b/setup.sh @@ -9,4 +9,5 @@ if installed stumpwm; then fi if installed X; then link xinitrc ~/.xinitrc + link Xdefaults ~/.Xdefaults fi