Reorder statusbar settings in configdata.yml
This commit is contained in:
parent
13f49738d7
commit
bf9d401198
@ -930,6 +930,16 @@ scrolling.bar:
|
|||||||
default: false
|
default: false
|
||||||
desc: Show a scrollbar.
|
desc: Show a scrollbar.
|
||||||
|
|
||||||
|
scrolling.smooth:
|
||||||
|
type: Bool
|
||||||
|
default: false
|
||||||
|
desc: >-
|
||||||
|
Enable smooth scrolling for web pages.
|
||||||
|
|
||||||
|
Note smooth scrolling does not work with the `:scroll-px` command.
|
||||||
|
|
||||||
|
## statusbar
|
||||||
|
|
||||||
statusbar.hide:
|
statusbar.hide:
|
||||||
type: Bool
|
type: Bool
|
||||||
default: false
|
default: false
|
||||||
@ -949,14 +959,6 @@ statusbar.position:
|
|||||||
default: bottom
|
default: bottom
|
||||||
desc: The position of the status bar.
|
desc: The position of the status bar.
|
||||||
|
|
||||||
scrolling.smooth:
|
|
||||||
type: Bool
|
|
||||||
default: false
|
|
||||||
desc: >-
|
|
||||||
Enable smooth scrolling for web pages.
|
|
||||||
|
|
||||||
Note smooth scrolling does not work with the `:scroll-px` command.
|
|
||||||
|
|
||||||
## tabs
|
## tabs
|
||||||
|
|
||||||
tabs.background:
|
tabs.background:
|
||||||
|
Loading…
Reference in New Issue
Block a user