qutebrowser search changed to my searx

This commit is contained in:
Chris Cochrun 2021-03-23 07:02:19 -05:00
parent 020a22509d
commit db31255bc8
3 changed files with 6 additions and 6 deletions

View file

@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
## `colors.webpage.darkmode.threshold.background` to 205. - "With
## selective inversion of everything": Combines the two variants above.
## Type: Bool
c.colors.webpage.darkmode.enabled = False
c.colors.webpage.darkmode.enabled = True
## Render all colors as grayscale. This only has an effect when
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
@ -788,7 +788,7 @@ c.colors.webpage.darkmode.enabled = False
## - always: Apply dark mode filter to all images.
## - never: Never apply dark mode filter to any images.
## - smart: Apply dark mode based on image content.
c.colors.webpage.darkmode.policy.images = "never"
c.colors.webpage.darkmode.policy.images = "smart"
## Which pages to apply dark mode to.
## Type: String
@ -1543,6 +1543,7 @@ c.hints.radius = 6
c.hints.selectors['all'].append('ha-card')
c.hints.selectors['all'].append('[for="checkbox"]')
c.hints.selectors['all'].append('label')
## Make characters in hint strings uppercase.
## Type: Bool
@ -2125,7 +2126,7 @@ c.tabs.title.alignment = "center"
## qutebrowser`.
## Type: Dict
c.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?q={}",
"DEFAULT": "https://search.cochrun.xyz/?q={}",
"yt": "https://yewtu.be/search?q={}",
"mel": "https://melpa.org/#/?q={}",
"y": "https://www.youtube.com/results?search_query={}",