]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add Xdefaults file.
authorSimon Ruderich <simon@ruderich.org>
Mon, 9 Mar 2009 08:02:02 +0000 (09:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 9 Mar 2009 08:02:02 +0000 (09:02 +0100)
Xdefaults [new file with mode: 0644]
setup.sh

diff --git a/Xdefaults b/Xdefaults
new file mode 100644 (file)
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
index e928a804a3b1036714538c2f06f29d23b76450ce..a5a97df49e2ce64f0eaaf22bb25efd2671e3aad0 100755 (executable)
--- 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