From a877bddab1d5ad3c263fd689516469bbdb90fd90 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 7 Mar 2010 15:06:22 +0100 Subject: [PATCH] xpdfrc: Add, xpdf configuration file. --- setup.sh | 4 ++++ xpdfrc | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 xpdfrc 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'" -- 2.44.1