X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=0f84352570592dc3cbaea1b64d12d4dc4ad5be0e;hb=88ba0f56e16573a402d6fcbb383dc0f62fc4620d;hp=d68dd723eab3ab5afe32a6de80599115e5e0a30e;hpb=b71680c55e6e492ed008f8ec5af3bf169b272f09;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d68dd72..0f84352 100755 --- a/setup.sh +++ b/setup.sh @@ -35,14 +35,13 @@ 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, UXTerm and Rxvt are - # supported. + # are for XTerm and UXTerm. generate Xresources .in perl -ne \ 'if (/^Term/) { s/^Term//; print "XTerm", $_; print "UXTerm", $_; - print "Rxvt", $_; + print "URxvt", $_; } elsif (/^XTerm/) { print $_; s/^XTerm//; @@ -73,6 +72,8 @@ if installed X; then link Xresources ~/.Xresources link XCompose ~/.XCompose + link fonts ~/.fonts + link bin/xlockscreen ~/.xlockscreen fi