]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - Xdefaults.in
Xdefaults: Automatically create settings for UXTerm.
[config/dotfiles.git] / Xdefaults.in
1 ! Configuration file for X11 programs.
2
3
4 ! Use gray on black with a white cursor in XTerm.
5 XTerm*foreground: darkgray
6 XTerm*background: black
7 XTerm*cursorColor: white
8 ! Use the meta-key as expected by emacs.
9 XTerm*metaSendsEscape: true
10 ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can
11 ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in
12 ! #stumpwm on Freenode (2009-05-18 22:05).
13 XTerm*allowSendEvents: true
14
15 ! vim: ft=xdefaults