X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=0f84352570592dc3cbaea1b64d12d4dc4ad5be0e;hb=bcc0c647fc4c724dae64893a2b85a10a3d4b739a;hp=a16faf5a8520654a019d32f0ad1102a68b67b190;hpb=d55c9050f16c900a341dfdbab03de24b84b6f5be;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index a16faf5..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//; @@ -72,6 +71,10 @@ if installed X; then link xmodmaprc ~/.xmodmaprc link Xresources ~/.Xresources link XCompose ~/.XCompose + + link fonts ~/.fonts + + link bin/xlockscreen ~/.xlockscreen fi if installed xpdf; then