]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xpdfrc: Add, xpdf configuration file.
authorSimon Ruderich <simon@ruderich.org>
Sun, 7 Mar 2010 14:06:22 +0000 (15:06 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 7 Mar 2010 14:07:17 +0000 (15:07 +0100)
setup.sh
xpdfrc [new file with mode: 0644]

index 2a9185517fe253f51607e5107e1aea057b6c4bf0..da09a70eb5bfd7c8b7b433b9aab30ec317b75439 100755 (executable)
--- 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 (file)
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'"