qutebrowser: change search engines
This commit is contained in:
parent
e0d80d2b17
commit
371accb990
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
c.url.searchengines = {'DEFAULT': 'https://search.zeroish.xyz/search.php?q={}',
|
||||
'y': 'https://invidious.lunar.icu/search?q={}',
|
||||
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=h_&q={}',
|
||||
'y': 'https://iv.nboeck.de/search?q={}',
|
||||
'gh': 'https://github.com/search?q={}',
|
||||
'md': 'https://reelgood.com/search?q={}',
|
||||
'rep': 'https://repology.org/projects/?search={}',
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
c app.cinny.in
|
||||
t web.telegram.org
|
||||
s steamcommunity.com
|
||||
m miped.ru/f
|
||||
y invidious.lunar.icu
|
||||
y iv.nboeck.de
|
||||
gh github.com
|
||||
ap gitlab.alpinelinux.org/alpine/aports
|
||||
cs teachyourselfcs.com
|
||||
|
|
Loading…
Reference in a new issue