From: Simon Ruderich Date: Sun, 7 Mar 2010 14:06:22 +0000 (+0100) Subject: xpdfrc: Add, xpdf configuration file. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a877bddab1d5ad3c263fd689516469bbdb90fd90 xpdfrc: Add, xpdf configuration file. --- diff --git a/setup.sh b/setup.sh index 2a91855..da09a70 100755 --- a/setup.sh +++ b/setup.sh @@ -40,3 +40,7 @@ if installed X; then link xmodmaprc ~/.xmodmaprc link Xdefaults ~/.Xdefaults fi + +if installed xpdf; then + link xpdfrc ~/.xpdfrc +fi diff --git a/xpdfrc b/xpdfrc new file mode 100644 index 0000000..85a3ec8 --- /dev/null +++ b/xpdfrc @@ -0,0 +1,13 @@ +# xpdf configuration file. + + +# Include the system wide configuration file as xpdf doesn't load it +# automatically if ~/.xpdfrc is present. +include /etc/xpdf/xpdfrc + + +# Enable continuous pages. +continuousView yes + +# Use Elinks to open URLs. +urlCommand "elinks -remote '%s'"