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']