X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=da09a70eb5bfd7c8b7b433b9aab30ec317b75439;hb=a877bddab1d5ad3c263fd689516469bbdb90fd90;hp=25f46843905f0823c507c4500f3dd9364eb5d296;hpb=c7c1641b81359f269d6ca303edaec89416458fc9;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 25f4684..da09a70 100755 --- a/setup.sh +++ b/setup.sh @@ -14,12 +14,14 @@ fi if installed X; then # Prevent code duplication. Term* rules are for all terminals; XTerm rules - # are for XTerm and UXTerm. At the moment XTerm and UXTerm are supported. + # are for XTerm and UXTerm. At the moment XTerm, UXTerm and Rxvt are + # supported. generate perl Xdefaults -ne \ 'if (/^Term/) { s/^Term//; print "XTerm", $_; print "UXTerm", $_; + print "Rxvt", $_; } elsif (/^XTerm/) { print $_; s/^XTerm//; @@ -38,3 +40,7 @@ if installed X; then link xmodmaprc ~/.xmodmaprc link Xdefaults ~/.Xdefaults fi + +if installed xpdf; then + link xpdfrc ~/.xpdfrc +fi