From: Simon Ruderich Date: Thu, 25 Jun 2009 12:59:26 +0000 (+0200) Subject: Xdefaults: Disable allowSendEvents as it's no longer needed. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=713e0e2cca6028102b10fe4f05ae1dfba59d6c64;p=config%2Fdotfiles.git Xdefaults: Disable allowSendEvents as it's no longer needed. It was necessary for StumpWM which I no longer use. --- diff --git a/Xdefaults.in b/Xdefaults.in index 7e30cff..5bd7bab 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -10,7 +10,7 @@ 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