]> git.pld-linux.org Git - packages/zathura.git/blame - config.txt
-devel requires girara-devel
[packages/zathura.git] / config.txt
CommitLineData
be7f3345
ZU
1Configuration
2zathurarc
3
4The other way is to use a zathurarc file (whose path is defined in the config.h
5file, default: ~/.config/zathura/zathurarc) to change look and key bindings.
6There are two commands that can be used in the rc file:
7set [id] [value]
8map [key] [function] [argument] [mode]
9As an example the rc file could look like this:
10# zathurarc
11
12# colors
13set statusbar_bgcolor #00FF00
14set statusbar_fgcolor red
15
16# settings
17set height 1024
18set width 768
19set adjust_open width
20
21# key bindings
22map <PageUp> navigate previous
23map <PageDown> navigate next
24
25map + zoom in
26map - zoom out
27
28map <C-q> quit
29
This page took 0.105789 seconds and 4 git commands to generate.