]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - Xdefaults.in
Xdefaults: Disable allowSendEvents as it's no longer needed.
[config/dotfiles.git] / Xdefaults.in
index 84ad25c03cea145759aeb218db03eee68bc12683..5bd7bab953693b8cd3fbcd2b5ba0773607a6b4a1 100644 (file)
@@ -1,16 +1,16 @@
 ! Configuration file for X11 programs.
 
 
-! Use gray on black with a white cursor in XTerm.
-XTerm*foreground: darkgray
+! Use gray on black with a light yellow cursor in XTerm.
+XTerm*foreground: #cccccc
 XTerm*background: black
-XTerm*cursorColor: white
+XTerm*cursorColor: #ffff66
 ! Use the meta-key as expected by emacs/irssi.
 XTerm*metaSendsEscape: true
 ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can
 ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in
 ! #stumpwm on Freenode (2009-05-18 22:05).
-XTerm*allowSendEvents: true
+!XTerm*allowSendEvents: true
 
 ! Use 256 colors in XTerm.
 XTerm.termName: xterm-256color