feat(settings): disable bing engine
This commit is contained in:
parent
f63d2d0956
commit
1909b0e750
1 changed files with 6 additions and 6 deletions
|
|
@ -49,12 +49,12 @@ engines:
|
||||||
weight: 1.5
|
weight: 1.5
|
||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
|
|
||||||
- name: bing
|
# - name: bing
|
||||||
engine: bing
|
# engine: bing
|
||||||
shortcut: b
|
# shortcut: b
|
||||||
weight: 1.5 # large index, complements Google well
|
# weight: 1.5 # large index, complements Google well
|
||||||
disabled: false
|
# disabled: false
|
||||||
timeout: 3.0
|
# timeout: 3.0
|
||||||
|
|
||||||
- name: startpage
|
- name: startpage
|
||||||
engine: startpage
|
engine: startpage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue