mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:55:59 +01:00
Document the new show-{h, v}-scrollbar settings
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
2d9ea08729
commit
463545c3a3
1 changed files with 15 additions and 1 deletions
|
@ -447,7 +447,21 @@ Defines the background color for the focused tab
|
|||
|
||||
show-scrollbars
|
||||
^^^^^^^^^^^^^^^
|
||||
Defines if scrollbars should be shown or not
|
||||
Defines if both the horizontal and vertical scrollbars should be shown or not
|
||||
|
||||
* Value type: Boolean
|
||||
* Default value: false
|
||||
|
||||
show-h-scrollbar
|
||||
^^^^^^^^^^^^^^^^
|
||||
Defines whether to show/hide the horizontal scrollbar
|
||||
|
||||
* Value type: Boolean
|
||||
* Default value: false
|
||||
|
||||
show-v-scrollbar
|
||||
^^^^^^^^^^^^^^^^
|
||||
Defines whether to show/hide the vertical scrollbar
|
||||
|
||||
* Value type: Boolean
|
||||
* Default value: false
|
||||
|
|
Loading…
Reference in a new issue