]> git.pld-linux.org Git - packages/zathura.git/commitdiff
- initial (taken from webpage)
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 8 Apr 2011 12:20:15 +0000 (12:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config.txt -> 1.1

config.txt [new file with mode: 0644]

diff --git a/config.txt b/config.txt
new file mode 100644 (file)
index 0000000..a2029ea
--- /dev/null
@@ -0,0 +1,29 @@
+Configuration
+zathurarc
+
+The other way is to use a zathurarc file (whose path is defined in the config.h 
+file, default: ~/.config/zathura/zathurarc) to change look and key bindings. 
+There are two commands that can be used in the rc file:
+set [id] [value]
+map [key] [function] [argument] [mode]
+As an example the rc file could look like this:
+# zathurarc
+# colors
+set statusbar_bgcolor #00FF00
+set statusbar_fgcolor red
+# settings
+set height 1024
+set width 768
+set adjust_open width
+# key bindings
+map <PageUp> navigate previous
+map <PageDown> navigate next
+map + zoom in
+map - zoom out
+map <C-q> quit
+
This page took 0.342393 seconds and 4 git commands to generate.