This commit is contained in:
2022-07-03 15:34:17 -07:00
parent d49ca746cd
commit c779bf5c98
4 changed files with 18 additions and 25 deletions

View File

@@ -33,11 +33,12 @@ c.content.javascript.enabled = False
c.downloads.location.directory = "~/downloads"
c.editor.command = [ "alacritty", "-e", "vim", "{}" ]
c.editor.encoding = "utf-8"
c.scrolling.smooth = True
c.url.searchengines = {
"DEFAULT" : "https://search.brave.com/search?q={}",
"DEFAULT" : "https://duckduckgo.com/?q={}",
}
c.url.start_pages = [ "https://search.brave.com" ]
c.url.start_pages = [ "https://html.duckduckgo.com" ]
config.bind('<Ctrl-Shift-y>', 'hint links spawn --detach mpv --force-window yes {hint-url}')