-
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user