qutebrowser search changed to my searx
This commit is contained in:
parent
020a22509d
commit
db31255bc8
|
@ -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={}",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[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
|
||||
lastVisited=file:///home/chris/Downloads
|
||||
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/Pictures
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -55,7 +55,6 @@ bind F hint -w
|
|||
bind gy hint -y
|
||||
bind gc org-capture
|
||||
bind gC hint -W org-capture
|
||||
bind go current_url open
|
||||
bind m fillcmdline quickmark
|
||||
|
||||
"" buffers show as windows
|
||||
|
|
Loading…
Reference in a new issue