diff --git a/zathurarc.5.rst b/zathurarc.5.rst index a2ab6c9..f6821db 100644 --- a/zathurarc.5.rst +++ b/zathurarc.5.rst @@ -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.