]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xdefaults: Add support for rxvt.
authorSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2009 22:34:55 +0000 (00:34 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 26 Jul 2009 22:34:55 +0000 (00:34 +0200)
Also update setup.sh.

Xdefaults.in
setup.sh

index 19d3cd404ea205ecff0a0bac727fa54f0dd829c4..e3836379b59c2ae08022c6a28fe42e8d2b20fa4b 100644 (file)
@@ -1,6 +1,6 @@
 ! Configuration file for X11 programs.
 !
-! It is designed to work with xterm (and its unicode variant).
+! It is designed to work with xterm and rxvt (and their unicode variants).
 !
 ! "Term" is an alias for all supported terminal emulators; it is automatically
 ! replaced by setup.sh.
index 25f46843905f0823c507c4500f3dd9364eb5d296..e0c0b5fe33936fb8face1dafb3f6817c57bf55bf 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -20,6 +20,7 @@ if installed X; then
              s/^Term//;
              print "XTerm", $_;
              print "UXTerm", $_;
+             print "Rxvt", $_;
          } elsif (/^XTerm/) {
              print $_;
              s/^XTerm//;