mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 07:45:50 +01:00
Document exec, exec-command and abort-clear-search.
This commit is contained in:
parent
d24ad831b8
commit
3ea2873c13
2 changed files with 59 additions and 43 deletions
|
@ -135,6 +135,8 @@ blist
|
||||||
List bookmarks
|
List bookmarks
|
||||||
close
|
close
|
||||||
Close document
|
Close document
|
||||||
|
exec
|
||||||
|
Execute an external command
|
||||||
info
|
info
|
||||||
Show document information
|
Show document information
|
||||||
help
|
help
|
||||||
|
|
100
zathurarc.5.rst
100
zathurarc.5.rst
|
@ -279,7 +279,7 @@ n-completion-items
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
Defines the maximum number of displayed completion entries.
|
Defines the maximum number of displayed completion entries.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 15
|
* Default value: 15
|
||||||
|
|
||||||
completion-bg
|
completion-bg
|
||||||
|
@ -287,7 +287,7 @@ completion-bg
|
||||||
Defines the background color that is used for command line completion
|
Defines the background color that is used for command line completion
|
||||||
entries
|
entries
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #232323
|
* Default value: #232323
|
||||||
|
|
||||||
completion-fg
|
completion-fg
|
||||||
|
@ -295,7 +295,7 @@ completion-fg
|
||||||
Defines the foreground color that is used for command line completion
|
Defines the foreground color that is used for command line completion
|
||||||
entries
|
entries
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #DDDDDD
|
* Default value: #DDDDDD
|
||||||
|
|
||||||
completion-group-bg
|
completion-group-bg
|
||||||
|
@ -303,7 +303,7 @@ completion-group-bg
|
||||||
Defines the background color that is used for command line completion
|
Defines the background color that is used for command line completion
|
||||||
group elements
|
group elements
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
completion-group-fg
|
completion-group-fg
|
||||||
|
@ -311,7 +311,7 @@ completion-group-fg
|
||||||
Defines the foreground color that is used for command line completion
|
Defines the foreground color that is used for command line completion
|
||||||
group elements
|
group elements
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #DEDEDE
|
* Default value: #DEDEDE
|
||||||
|
|
||||||
completion-highlight-bg
|
completion-highlight-bg
|
||||||
|
@ -319,7 +319,7 @@ completion-highlight-bg
|
||||||
Defines the background color that is used for the current command line
|
Defines the background color that is used for the current command line
|
||||||
completion element
|
completion element
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #9FBC00
|
* Default value: #9FBC00
|
||||||
|
|
||||||
completion-highlight-fg
|
completion-highlight-fg
|
||||||
|
@ -327,133 +327,140 @@ completion-highlight-fg
|
||||||
Defines the foreground color that is used for the current command line
|
Defines the foreground color that is used for the current command line
|
||||||
completion element
|
completion element
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #232323
|
* Default value: #232323
|
||||||
|
|
||||||
default-fg
|
default-fg
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
Defines the default foreground color
|
Defines the default foreground color
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #DDDDDD
|
* Default value: #DDDDDD
|
||||||
|
|
||||||
default-bg
|
default-bg
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
Defines the default background color
|
Defines the default background color
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
|
exec-command
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
Defines a command the should be prepanded to any command run with exec.
|
||||||
|
|
||||||
|
* Value type: String
|
||||||
|
* Default value:
|
||||||
|
|
||||||
font
|
font
|
||||||
^^^^
|
^^^^
|
||||||
Defines the font that will be used
|
Defines the font that will be used
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: monospace normal 9
|
* Default value: monospace normal 9
|
||||||
|
|
||||||
inputbar-bg
|
inputbar-bg
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
Defines the background color for the inputbar
|
Defines the background color for the inputbar
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #131313
|
* Default value: #131313
|
||||||
|
|
||||||
inputbar-fg
|
inputbar-fg
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
Defines the foreground color for the inputbar
|
Defines the foreground color for the inputbar
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #9FBC00
|
* Default value: #9FBC00
|
||||||
|
|
||||||
notification-error-bg
|
notification-error-bg
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the background color for an error notification
|
Defines the background color for an error notification
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
notification-error-fg
|
notification-error-fg
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the foreground color for an error notification
|
Defines the foreground color for an error notification
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FF1212
|
* Default value: #FF1212
|
||||||
|
|
||||||
notification-warning-bg
|
notification-warning-bg
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the background color for a warning notification
|
Defines the background color for a warning notification
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
notification-warning-fg
|
notification-warning-fg
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the foreground color for a warning notification
|
Defines the foreground color for a warning notification
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFF712
|
* Default value: #FFF712
|
||||||
|
|
||||||
tabbar-fg
|
tabbar-fg
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
Defines the foreground color for a tab
|
Defines the foreground color for a tab
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
tabbar-bg
|
tabbar-bg
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
Defines the background color for a tab
|
Defines the background color for a tab
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
tabbar-focus-fg
|
tabbar-focus-fg
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
Defines the foreground color for the focused tab
|
Defines the foreground color for the focused tab
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #9FBC00
|
* Default value: #9FBC00
|
||||||
|
|
||||||
tabbar-focus-bg
|
tabbar-focus-bg
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
Defines the background color for the focused tab
|
Defines the background color for the focused tab
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
show-scrollbars
|
show-scrollbars
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
Defines if scrollbars should be shown or not
|
Defines if scrollbars should be shown or not
|
||||||
|
|
||||||
* Value-type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
statusbar-bg
|
statusbar-bg
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
Defines the background color of the statusbar
|
Defines the background color of the statusbar
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
statusbar-fg
|
statusbar-fg
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
Defines the foreground color of the statusbar
|
Defines the foreground color of the statusbar
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
window-height
|
window-height
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
Defines the window height on startup
|
Defines the window height on startup
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 600
|
* Default value: 600
|
||||||
|
|
||||||
window-width
|
window-width
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
Defines the window width on startup
|
Defines the window width on startup
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 800
|
* Default value: 800
|
||||||
|
|
||||||
zathura
|
zathura
|
||||||
|
@ -461,19 +468,26 @@ zathura
|
||||||
|
|
||||||
This section describes settings concerning the behaviour of zathura.
|
This section describes settings concerning the behaviour of zathura.
|
||||||
|
|
||||||
|
abort-clear-search
|
||||||
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
Defines if the search results should be cleared on abort.
|
||||||
|
|
||||||
|
* Value type: Boolean
|
||||||
|
* Default value: true
|
||||||
|
|
||||||
adjust-open
|
adjust-open
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
Defines which auto adjustment mode should be used if a document is loaded.
|
Defines which auto adjustment mode should be used if a document is loaded.
|
||||||
Possible options are "best-fit" and "width".
|
Possible options are "best-fit" and "width".
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: best-fit
|
* Default value: best-fit
|
||||||
|
|
||||||
advance-pages-per-row
|
advance-pages-per-row
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines if the number of pages per row should be honored when advancing a page.
|
Defines if the number of pages per row should be honored when advancing a page.
|
||||||
|
|
||||||
* Value-type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
highlight-color
|
highlight-color
|
||||||
|
@ -481,7 +495,7 @@ highlight-color
|
||||||
Defines the color that is used for highlighting parts of the document (e.g.:
|
Defines the color that is used for highlighting parts of the document (e.g.:
|
||||||
show search results)
|
show search results)
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #9FBC00
|
* Default value: #9FBC00
|
||||||
|
|
||||||
highlight-active-color
|
highlight-active-color
|
||||||
|
@ -489,21 +503,21 @@ highlight-active-color
|
||||||
Defines the color that is used to show the current selected highlighted element
|
Defines the color that is used to show the current selected highlighted element
|
||||||
(e.g: current search result)
|
(e.g: current search result)
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #00BC00
|
* Default value: #00BC00
|
||||||
|
|
||||||
highlight-transparency
|
highlight-transparency
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the opacity of a highlighted element
|
Defines the opacity of a highlighted element
|
||||||
|
|
||||||
* Value-type: Float
|
* Value type: Float
|
||||||
* Default value: 0.5
|
* Default value: 0.5
|
||||||
|
|
||||||
page-padding
|
page-padding
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
The page padding defines the gap in pixels between each rendered page.
|
The page padding defines the gap in pixels between each rendered page.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 1
|
* Default value: 1
|
||||||
|
|
||||||
page-store-threshold
|
page-store-threshold
|
||||||
|
@ -511,84 +525,84 @@ page-store-threshold
|
||||||
Pages that are not visible get unloaded after some time. Every page that has not
|
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.
|
been visible for page-store-treshold seconds will be unloaded.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 30
|
* Default value: 30
|
||||||
|
|
||||||
page-store-interval
|
page-store-interval
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the amount of seconds between the check to unload invisible pages.
|
Defines the amount of seconds between the check to unload invisible pages.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 30
|
* Default value: 30
|
||||||
|
|
||||||
pages-per-row
|
pages-per-row
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
Defines the number of pages that are rendered next to each other in a row.
|
Defines the number of pages that are rendered next to each other in a row.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 1
|
* Default value: 1
|
||||||
|
|
||||||
recolor
|
recolor
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
En/Disables recoloring
|
En/Disables recoloring
|
||||||
|
|
||||||
* Value-type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
recolor-darkcolor
|
recolor-darkcolor
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
Defines the color value that is used to represent dark colors in recoloring mode
|
Defines the color value that is used to represent dark colors in recoloring mode
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
recolor-lightcolor
|
recolor-lightcolor
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
Defines the color value that is used to represent light colors in recoloring mode
|
Defines the color value that is used to represent light colors in recoloring mode
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
render-loading
|
render-loading
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
Defines if the "Loading..." text should be displayed if a page is rendered.
|
Defines if the "Loading..." text should be displayed if a page is rendered.
|
||||||
|
|
||||||
* Value-type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: true
|
* Default value: true
|
||||||
|
|
||||||
scroll-step
|
scroll-step
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
Defines the step size of scrolling by calling the scroll command once
|
Defines the step size of scrolling by calling the scroll command once
|
||||||
|
|
||||||
* Value-type: Float
|
* Value type: Float
|
||||||
* Default value: 40
|
* Default value: 40
|
||||||
|
|
||||||
scroll-wrap
|
scroll-wrap
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
Defines if the last/first page should be wrapped
|
Defines if the last/first page should be wrapped
|
||||||
|
|
||||||
* Value-type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
zoom-max
|
zoom-max
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
Defines the maximum percentage that the zoom level can be
|
Defines the maximum percentage that the zoom level can be
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 1000
|
* Default value: 1000
|
||||||
|
|
||||||
zoom-min
|
zoom-min
|
||||||
^^^^^^^^
|
^^^^^^^^
|
||||||
Defines the minimum percentage that the zoom level can be
|
Defines the minimum percentage that the zoom level can be
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 10
|
* Default value: 10
|
||||||
|
|
||||||
zoom-step
|
zoom-step
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
Defines the amount of percent that is zoomed in or out on each command.
|
Defines the amount of percent that is zoomed in or out on each command.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 10
|
* Default value: 10
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
|
|
Loading…
Reference in a new issue