From 53ec429247f45ca1fc008c16a3f2395d2e473f23 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 5 Jan 2020 14:42:57 +0000 Subject: [PATCH] qutebrowser: enable scrollbar when searching --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1