Provided by:
zathura_0.0.8.5-4_i386 
NAME
zathurarc - zathura configuration file
SYNOPOSIS
/etc/zathurarc, ~/.config/zathura/zathurarc
DESCRIPTION
The zathurarc contains various options controlling the behavior of
zathura. One can use the set and map commands:
o set [id] [value]
o map [key] [function] [argument] [mode]
They behave the same as the set and map commands in zathura. Any line
not starting with set or map will be ignored.
set
[id] and the corresponding [value] can be one of
o adjust_open [bestfit|width|noadjust] - adjust mode.
o bestfit: adjust to best fit
o width: adjust to width
o noadjust: don't adjust
o browser, uri_command [string] - command to open external URIs.
The string has to include a %s which will be replaced with the URI.
o completion_bgcolor, completion_fgcolor, completion_g_bgcolor,
completion_g_fgcolor, completion_hl_bgcolor, completion_hl_fgcolor,
default_bgcolor, default_fgcolor, inputbar_bgcolor, inputbar_fgcolor,
notification_e_bgcolor, notification_e_fgcolor,
notification_w_bgcolor, notification_w_fgcolor, recolor_darkcolor,
recoler_lightcolor, statusbar_bgcolor, statusbar_fgcolor,
search_highlight, select_text [color] - colors settings.
The color can be given as hex triplet (#rrggbb) or any color string
understood by GTK+ (e.g. red, green, blue, black, ...).
o default_text [string] - text displayed in the statusbar if no file is
opened.
o font [string] - the used font.
o height, width [int] - default height and width of the zathura window.
o labels [bool] - allow label mode.
o list_printer_command [string] - command to list all available
printers.
o n_completion_items [int] - number of completion items to display.
o offset - page offset.
o print_command [string] - command to print the file.
The string has to include %s four times. The first occurence of %s
will be replaced with the printer, the second with additional options
given on the command line, the third with the pages to print and the
fourth with the filename.
o recolor [bool] - invert the image.
o save_position, save_zoom_level [bool] - save current page and zoom
level in bookmarks file.
o scroll_step [float] - scroll step.
o scroll_wrap [bool] - wrap scrolling at the end and beginning of the
document.
o scrollbars, show_statusbar, show_inputbar [bool] - show statusbar,
inputbar and scrollbars.
o smooth_scrolling [float] - smooth scrolling.
o transparency [float] - transparency of rectangles.
o zoom_max, zoom_min, zoom_step [float] - maximal and minimal zoom
level and zoom step.
map
[key] can be a single character, <C-?> for Ctrl + ? like shortcuts,
where ? stands for some key (e.g. <C-q>). Also it can be <S-?> for
uppercase shortcuts or one of
<BackSpace>, <CapsLock>, <Down>, <Esc>, <F[1-12]>, <Left>, <PageDown>,
<PageUp>, <Return>, <Right>, <Space>, <Super>, <Tab>, <Up>.
[function] and the corresponding [argument] can be one of
o abort - clear command line and buffer.
o adjust_window
o change_buffer [delete_last]: change buffer.
o delete_last: delete last character
o change_mode [mode] - change mode.
For the possible modes see the list of modes below.
o focus_inputbar - focus the inputbar.
o follow - follow a URI.
o navigate [next|previous|left|right] - navigate the document.
o navigate_index [up|down|expand|collapse|select] - nagivate the index.
o quit - quit zathura.
o recolor - toogle recolor setting.
o reload - reload the file.
o rotate - rotate by 90 degrees clockwise.
o scroll [up|down|half_up|half_down|full_up|full_down|left|right] -
scroll.
o search [string] - search for the specified string.
o switch_goto_mode - toogle goto mode.
o toggle_fullscreen - toogle fullscreen mode.
o toggle_index - toogle index mode.
o toggle_inputbar - toogle inputbar display setting.
o toogle_statusbar - toogle statusbar display setting.
o zoom [in|out|float] - zoom in, out or to a specific zooming level.
[mode] can be one of
o all
o fullscreen
o index
o normal
o insert
o visual
If [mode] is omitted, all will be used.
EXAMPLE
# 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
SEE ALSO
zathura(1)
AUTHOR
Sebastian Ramacher <s.ramacher@gmx.at>
19.8.2010 ZATHURARC(5)