Update multiple configs
This commit is contained in:
parent
1213f06bfc
commit
d8439473fb
12 changed files with 23 additions and 6 deletions
|
@ -3,8 +3,10 @@
|
|||
!alarm https://webuhr.de/#time={unquoted}
|
||||
!cheatsheet https://cheatsheets.zip/?q={}
|
||||
!dictcc https://www.dict.cc/?s={}
|
||||
!dndspells https://www.dndbeyond.com/spells?filter-search={}&filter-source-category=24
|
||||
!dndü https://www.dnddeutsch.de/uebersetzer/?search={}
|
||||
!ede https://www.ebay.de/sch/items/?_nkw={}
|
||||
!gm https://google.com/maps/place/{}
|
||||
!osm https://www.openstreetmap.org/search?query={}
|
||||
!timer https://webuhr.de/timer/#countdown=00:{unquoted}
|
||||
!wer https://www.werstreamt.es/filme-serien?q={}&action_results=suchen
|
||||
|
|
|
@ -42,7 +42,7 @@ def init(c):
|
|||
'ecosia': 'https://www.ecosia.org/search?q={}',
|
||||
'qwant': 'https://www.qwant.com/?q={}',
|
||||
}
|
||||
search_engines['DEFAULT'] = search_engines['ecosia']
|
||||
search_engines['DEFAULT'] = search_engines['ddg']
|
||||
c.url.searchengines = search_engines | get_bangs()
|
||||
|
||||
c.url.start_pages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue