Reorder statusbar settings in configdata.yml
This commit is contained in:
parent
13f49738d7
commit
bf9d401198
@ -930,6 +930,16 @@ scrolling.bar:
|
||||
default: false
|
||||
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:
|
||||
type: Bool
|
||||
default: false
|
||||
@ -949,14 +959,6 @@ statusbar.position:
|
||||
default: bottom
|
||||
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.background:
|
||||
|
Loading…
Reference in New Issue
Block a user