Qute: add some other settings

This commit is contained in:
Phantop 2020-08-22 17:36:46 -04:00
parent 437e109d01
commit 7a796f5e54
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ c.colors.webpage.prefers_color_scheme_dark = True
c.editor.command = ["nvim", "-f", "{file}", "-c", "normal {line}G{column0}l"]
c.content.cookies.accept = "no-3rdparty"
c.input.insert_mode.auto_leave = False
c.content.dns_prefetch = True
c.downloads.location.prompt = False
c.url.open_base_url = True
c.content.user_stylesheets = ["/home/glados/.local/share/qutebrowser/normalize.css"]