ZATHURARC(5) | zathura | ZATHURARC(5) |
zathurarc - zathura configuration file
/etc/zathurarc, $XDG_CONFIG_HOME/zathura/zathurarc
The zathurarc file is a simple plain text file that can be populated with various commands to change the behaviour and the look of zathura which we are going to describe in the following subsections. Each line (besides empty lines and comments (which start with a prepended #) is evaluated on its own, so it is not possible to write multiple commands in one single line.
In addition to the built-in :set command zathura offers more options to be changed and makes those changes permanent. To overwrite an option you just have to add a line structured like the following
set <option> <new value>
The option field has to be replaced with the name of the option that should be changed and the new value field has to be replaced with the new value the option should get. The type of the value can be one of the following:
In addition we advice you to check the options to get a more detailed view of the options that can be changed and which values they should be set to.
The following example should give some deeper insight of how the set command can be used
set option1 5 set option2 2.0 set option3 hello set option4 hello\ world set option5 "hello world"
If you want to use color codes for some options, make sure to quote them accordingly or to escape the hash symbol.
set default-fg "#CCBBCC" set default-fg \#CCBBCC
It is possible to map or remap new key bindings to shortcut functions which allows a high level of customization. The :map command can also be used in the zathurarc file to make those changes permanent:
map [mode] <binding> <shortcut function> <argument>
This commands allows one to include other configuration files. If a relative path is given, the path will be resolved relative to the configuration file that is currently processed.
include another-config
The map command expects several arguments where only the binding as well as the shortcut-function argument is required. Since zathura uses several modes it is possible to map bindings only for a specific mode by passing the mode argument which can take one of the following values:
The brackets around the value are mandatory.
The (possible) second argument defines the used key binding that should be mapped to the shortcut function and is structured like the following. On the one hand it is possible to just assign single letters, numbers or signs to it:
map a shortcut_function map b shortcut_function map c shortcut_function map 1 shortcut_function map 2 shortcut_function map 3 shortcut_function map ! shortcut_function map ? shortcut_function
It is also possible to use modifiers like the Control or Alt button on the keyboard. It is possible to use the following modifiers:
Now it is required to define the binding with the following structure:
map <A-a> shortcut_function map <C-a> shortcut_function
zathura allows it also to assign keys like the space bar or the tab button which also have to be written in between angle brackets. The following special keys are currently available:
Identifier Description BackSpace Back space CapsLock Caps lock Esc Escape Down Arrow down Up Arrow up Left Arrow left Right Arrow right F1 F1 F2 F2 F3 F3 F4 F4 F5 F5 F6 F6 F7 F7 F8 F8 F9 F9 F10 F10 F11 F11 F12 F12 PageDown Page Down PageUp Page Up Return Return Space Space Super Windows key Tab Tab Print Print key
Of course it is possible to combine those special keys with a modifier. The usage of those keys should be explained by the following examples:
map <Space> shortcut_function map <C-Space> shortcut_function
It is also possible to map mouse buttons to shortcuts by using the following special keys:
Identifier Description Button1 Mouse button 1 Button2 Mouse button 2 Button3 Mouse button 3 Button4 Mouse button 4 Button5 Mouse button 5
They can also be combined with modifiers:
map <Button1> shortcut_function map <C-Button1> shortcut_function
If a mapping does not match one of the previous definition but is still a valid mapping it will be mapped as a buffer command:
map abc quit map test quit
The following shortcut functions can be mapped:
Switch back to normal mode.
Adjust page width. Possible arguments are best-fit and width.
Change current mode. Pass the desired mode as argument.
Display link target.
Execute an external command.
Focus inputbar.
Follow a link.
Go to a certain page.
Move forwards/backwards in the jumplist.
Navigate to the next/previous page.
Navigate through the index.
Show the print dialog.
Quit zathura.
Recolor pages.
Reload the document.
Rotate the page. Pass rotate-ccw as argument for counterclockwise rotation and rotate-cw for clockwise rotation.
Scroll.
Search next/previous item. Pass forward as argument to search for the next hit and backward to search for the previous hit.
Set an option.
Toggle fullscreen.
Show or hide index.
Show or hide inputbar.
Toggle between one and multiple pages per row.
Show or hide statusbar.
Zoom in or out.
Some shortcut function require or have optional arguments which influence the behaviour of them. Those can be passed as the last argument:
map <C-i> zoom in map <C-o> zoom out
Possible arguments are:
In addition to mapping or remaping custom key bindings it is possible to remove existing ones by using the :unmap command. The command is used in the following way (the explanation of the parameters is described in the map section of this document
unmap [mode] <binding>
This section describes settings concerning the behaviour of girara and zathura. The settings described here can be changed with set.
Defines the maximum number of displayed completion entries.
Defines the background color that is used for command line completion entries
Defines the foreground color that is used for command line completion entries
Defines the background color that is used for command line completion group elements
Defines the foreground color that is used for command line completion group elements
Defines the background color that is used for the current command line completion element
Defines the foreground color that is used for the current command line completion element
Defines the default foreground color
Defines the default background color
Defines a command the should be prepended to any command run with exec.
Defines the font that will be used
Shows or hides GUI elements. If it contains 'c', the command line is displayed. If it contains 's', the statusbar is displayed. If it contains 'h', the horizontal scrollbar is displayed. If it contains 'v', the vertical scrollbar is displayed.
Defines the background color for the inputbar
Defines the foreground color for the inputbar
Defines the background color for a notification
Defines the foreground color for a notification
Defines the background color for an error notification
Defines the foreground color for an error notification
Defines the background color for a warning notification
Defines the foreground color for a warning notification
Defines the foreground color for a tab
Defines the background color for a tab
Defines the foreground color for the focused tab
Defines the background color for the focused tab
Defines if both the horizontal and vertical scrollbars should be shown or not. Deprecated, use 'guioptions' instead.
Defines whether to show/hide the horizontal scrollbar. Deprecated, use 'guioptions' instead.
Defines whether to show/hide the vertical scrollbar. Deprecated, use 'guioptions' instead.
Defines the background color of the statusbar
Defines the foreground color of the statusbar
Defines the horizontal padding of the statusbar and notificationbar
Defines the vertical padding of the statusbar and notificationbar
Defines the path for a icon to be used as window icon.
Defines the window height on startup
Defines the window width on startup
This section describes settings concerning the behaviour of zathura.
Defines if the search results should be cleared on abort.
Defines which auto adjustment mode should be used if a document is loaded. Possible options are "best-fit" and "width".
Defines if the number of pages per row should be honored when advancing a page.
Tells zathura whether to save document history at each page change or only when closing a document.
Defines the database backend to use for bookmarks and input history. Possible values are "plain", "sqlite" (if built with sqlite support) and "null". If "null" is used, bookmarks and input history will not be stored.
En/Disables the D-Bus service. If the services is disabled, SyncTeX forward synchronization is not available.
Defines the file monitor backend used to check for changes in files. Possible values are "glib", "signal" (if signal handling is supported), and "noop". The "noop" file monitor does not trigger reloads.
En/Disables incremental search (search while typing).
Defines the color that is used for highlighting parts of the document (e.g.: show search results)
Defines the color that is used to show the current selected highlighted element (e.g: current search result)
Defines the opacity of a highlighted element
The page padding defines the gap in pixels between each rendered page.
Defines the maximum number of pages that could be kept in the page cache. When the cache is full and a new page that isn't cached becomes visible, the least recently viewed page in the cache will be evicted to make room for the new one. Large values for this variable are NOT recommended, because this will lead to consuming a significant portion of the system memory.
Defines the maximum size in pixels of the thumbnail that could be kept in the thumbnail cache per page. The thumbnail is scaled for a quick preview during zooming before the page is rendered. When the page is rendered, the result is saved as the thumbnail only if the size is no more than this value. A larger value increases quality but introduces longer delay in zooming and uses more system memory.
Defines the number of pages that are rendered next to each other in a row.
Defines the column in which the first page will be displayed. This setting is stored separately for every value of pages-per-row according to the following pattern <1 page per row>:[<2 pages per row>[: ...]]. The last value in the list will be used for all other number of pages per row if not set explicitly.
Per default, the first column is set to 2 for double-page layout, i.e. the faule is set to 1:2. A value of 1:1:3 would put the first page in dual-page layour in the first column, and for layouts with more columns the first page would be put in the 3rd column.
En/Disables recoloring
En/Disables keeping original hue when recoloring
Defines the color value that is used to represent dark colors in recoloring mode
Defines the color value that is used to represent light colors in recoloring mode
Defines if original image colors should be kept while recoloring.
Defines if the "Loading..." text should be displayed if a page is rendered.
Defines the background color that is used for the "Loading..." text.
Defines the foreground color that is used for the "Loading..." text.
Defines the horizontal step size of scrolling by calling the scroll command once
Defines the step size of scrolling by calling the scroll command once
Defines the proportion of the current viewing area that should be visible after scrolling a full page.
Defines if the last/first page should be wrapped
Defines if the directories should be displayed in completion.
Defines if hidden files and directories should be displayed in completion.
Defines the number of recent files that should be displayed in completion. If the value is negative, no upper bounds are applied. If the value is 0, no recent files are shown.
Defines if scrolling by half or full pages stops at page boundaries.
Defines if scrolling via touchpad should be smooth.
En/Disables the ability of changing zoom when following links.
En/Disables aligning to the left internal link targets, for example from the index.
En/Disables horizontally centered search results.
Use basename of the file in the window title.
Display a short version of the file path, which replaces $HOME with ~, in the window title.
Display the page number in the window title.
Use basename of the file in the statusbar.
Display a short version of the file path, which replaces $HOME with ~, in the statusbar.
En/Disables horizontally centered zooming.
Center the screen at the vertical midpoint of the page by default.
Defines the maximum percentage that the zoom level can be.
Defines the minimum percentage that the zoom level can be.
Defines the amount of percent that is zoomed in or out on each command.
Defines the X clipboard into which mouse-selected data will be written. When it is "clipboard", selected data will be written to the CLIPBOARD clipboard, and can be pasted using the Ctrl+v key combination. When it is "primary", selected data will be written to the PRIMARY clipboard, and can be pasted using the middle mouse button, or the Shift-Insert key combination.
Defines if a notification should be displayed after selecting text.
En/Disables SyncTeX backward synchronization support.
Defines the command executed for SyncTeX backward synchronization.
Defines the foreground color of the index mode.
Define the background color of the index mode.
Defines the foreground color of the selected element in index mode.
Define the background color of the selected element in index mode.
Defines the sandbox mode to use for the seccomp syscall filter. Possible values are "none", "normal" and "strict". If "none" is used, the sandbox will be disabled. The use of "normal" will provide minimal protection and allow normal use of seccomp with support for all features. The "strict" mode is a read only sandbox that is intended for viewing documents only.
Some features are disabled when using strict sandbox mode:
No feature regressions are expected when using normal sandbox mode.
Defines whether the window document should be updated based on the first page of a dcument.
Defines whether pages in multi-column view should start from the right side.
pwmt.org
2009-2018, pwmt.org
2018-12-22 | 0.4.3 |