X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/14f9b4c71fcd14bc380daa30ec43434e8ec5da56..53ec429247f45ca1fc008c16a3f2395d2e473f23:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index d81777e..8107453 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1252,7 +1252,7 @@ c.hints.scatter = False ## - always: Always show the scrollbar. ## - never: Never show the scrollbar. ## - when-searching: Show the scrollbar when searching for text in the webpage. With the QtWebKit backend, this is equal to `never`. -c.scrolling.bar = 'never' +c.scrolling.bar = 'when-searching' ## Enable smooth scrolling for web pages. Note smooth scrolling does not ## work with the `:scroll-px` command.