From bc18303ec06d91a4d7ebe03cea0f281d6ef92ff9 Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Thu, 30 Apr 2020 23:50:20 -0300 Subject: [PATCH] Changes in qutebrowser config --- template/qutebrowser/.config/qutebrowser/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/qutebrowser/.config/qutebrowser/config.py b/template/qutebrowser/.config/qutebrowser/config.py index c440f8e..88efb70 100644 --- a/template/qutebrowser/.config/qutebrowser/config.py +++ b/template/qutebrowser/.config/qutebrowser/config.py @@ -32,6 +32,10 @@ padding = { c.auto_save.session = True c.editor.command = ["nvim", "-f", "{file}", "-c", "normal {line}G{column0}l"] c.url.start_pages = ["https://duckduckgo.com"] +c.url.default_page = 'https://duckduckgo.com/' +c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} +c.downloads.position = 'bottom' +c.scrolling.smooth = False # Background color of the completion widget category headers. c.colors.completion.category.bg = palette['background']