]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
x11: Let Ctrl-t t in stumpWM work with XTerm.
authorSimon Ruderich <simon@ruderich.org>
Wed, 18 Mar 2009 21:10:20 +0000 (22:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 18 Mar 2009 21:11:49 +0000 (22:11 +0100)
Thanks to [df] in #stumpwm on Freenode.

Xdefaults

index 72654bfdc9456cf2564346ca299438a0bb6c786e..ada9b1066d2579c4755d5f7d42e4abb4d710933a 100644 (file)
--- a/Xdefaults
+++ b/Xdefaults
@@ -7,5 +7,9 @@ XTerm*background: black
 XTerm*cursorColor: white
 ! Use the meta-key as expected by emacs.
 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
 
 ! vim: ft=xdefaults