Files
opalfiles/.config/qutebrowser/config.py
2022-06-15 21:03:04 -07:00

17 lines
495 B
Python

#!/usr/bin/env python3
config.load_autoconfig()
c.content.javascript.enabled = False
#c.content.user_stylesheets = [ "stylesheet.css" ]
c.downloads.location.directory = "~/downloads"
c.editor.command = [ "alacritty", "-e", "vim", "{}" ]
c.editor.encoding = "utf-8"
c.url.searchengines = {
"DEFAULT" : "https://search.brave.com/search?q={}",
}
c.url.start_pages = [ "https://search.brave.com" ]
config.bind('<Ctrl-Shift-y>', 'hint links spawn --detach mpv --force-window yes {hint-url}')