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

View file

@ -1,6 +1,6 @@
[FileDialog] [FileDialog]
history=file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera history=file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures
lastVisited=file:///home/chris/Downloads lastVisited=file:///home/chris/Pictures
qtVersion=5.15.2 qtVersion=5.15.2
shortcuts=file:, file:///home/chris shortcuts=file:, file:///home/chris
sidebarWidth=116 sidebarWidth=116

View file

@ -55,7 +55,6 @@ bind F hint -w
bind gy hint -y bind gy hint -y
bind gc org-capture bind gc org-capture
bind gC hint -W org-capture bind gC hint -W org-capture
bind go current_url open
bind m fillcmdline quickmark bind m fillcmdline quickmark
"" buffers show as windows "" buffers show as windows