From bf9d401198bcc3134bc1e93bcbc9dc70873a094c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Sep 2017 21:01:45 +0200 Subject: [PATCH] Reorder statusbar settings in configdata.yml --- qutebrowser/config/configdata.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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: