# HG changeset patch # User jasonwryan # Date 1712214609 -46800 # Thu Apr 04 20:10:09 2024 +1300 # Node ID 6fbaa8dd13a60303e81a1b09f06020781a6460ed # Parent be87e0101631b4fca04caeb36ccea083ec80264e New scrollbar is fugly diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -35,6 +35,7 @@ c.completion.open_categories = ["quickmarks", "history"] c.statusbar.widgets = ["url", "progress", "scroll"] c.zoom.default = "75%" +c.scrolling.bar = "when-searching" # searches c.url.searchengines['DEFAULT'] = 'https://duckduckgo.com/?q={}'