]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: enable scrollbar when searching
authorSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 14:42:57 +0000 (14:42 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 14:42:57 +0000 (14:42 +0000)
qutebrowser/config.py

index d81777e849b9b800646a0ebce75fbd62586d94fe..810745352193b6f84afed7edf4d13a99b45ec8bf 100644 (file)
@@ -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.