diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 70f6ba25d..a94aa535f 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -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: