Update zathurarc.5

This commit is contained in:
Sebastian Ramacher 2012-03-24 18:11:50 +01:00
parent 9314f0adb3
commit f162618799

View file

@ -494,12 +494,26 @@ Defines the opacity of a highlighted element
page-padding
^^^^^^^^^^^^
The page padding defines the gap in pixels between each rendered page and can
not be changed during runtime.
The page padding defines the gap in pixels between each rendered page.
* Value-type: Integer
* Default value: 1
page-store-threshold
^^^^^^^^^^^^^^^^^^^^
Pages that are not visible get unloaded after some time. Every page that has not
been visible for page-store-treshold seconds will be unloaded.
* Value-type: Integer
* Default value: 30
page-store-interval
^^^^^^^^^^^^^^^^^^^
Defines the amount of seconds between the check to unload invisible pages.
* Value-type: Integer
* Default value: 30
pages-per-row
^^^^^^^^^^^^^
Defines the number of pages that are rendered next to each other in a row.