]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xpdfrc: Zoom to full page on startup.
authorSimon Ruderich <simon@ruderich.org>
Mon, 15 Oct 2012 19:57:34 +0000 (21:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 15 Oct 2012 19:57:34 +0000 (21:57 +0200)
xpdfrc

diff --git a/xpdfrc b/xpdfrc
index 1e069e6ab4fc89c3533bc04875f6efb06be19c06..ded779ce147e8ea6b3459bffa884e495767d1016 100644 (file)
--- a/xpdfrc
+++ b/xpdfrc
@@ -30,5 +30,8 @@ bind j any pageDown
 bind h any scrollLeft(16)
 bind l any scrollRight(16)
 
+# Zoom to full page on startup, change to "normal" zoom mode by pressing 0.
+initialZoom page
+
 # Use Elinks to open URLs.
 urlCommand "elinks -remote '%s'"