Changes in qutebrowser config

master
Ian Mancini 4 years ago
parent b4f3f09ab7
commit bc18303ec0

@ -32,6 +32,10 @@ padding = {
c.auto_save.session = True c.auto_save.session = True
c.editor.command = ["nvim", "-f", "{file}", "-c", "normal {line}G{column0}l"] c.editor.command = ["nvim", "-f", "{file}", "-c", "normal {line}G{column0}l"]
c.url.start_pages = ["https://duckduckgo.com"] 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. # Background color of the completion widget category headers.
c.colors.completion.category.bg = palette['background'] c.colors.completion.category.bg = palette['background']

Loading…
Cancel
Save