From: Simon Ruderich Date: Sun, 26 Jul 2009 22:34:55 +0000 (+0200) Subject: Xdefaults: Add support for rxvt. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=55aa80961a4ca7e65cbc538576bff13ac26721d2 Xdefaults: Add support for rxvt. Also update setup.sh. --- diff --git a/Xdefaults.in b/Xdefaults.in index 19d3cd4..e383637 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -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. diff --git a/setup.sh b/setup.sh index 25f4684..e0c0b5f 100755 --- 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//;