mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
use ddg as default search
This commit is contained in:
parent
1b80db9311
commit
88aea51aaa
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
|
@ -154,24 +154,24 @@
|
|||
commands: [
|
||||
{
|
||||
key: '*',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.google.com',
|
||||
search: '/?q={}',
|
||||
url: 'https://duckduckgo.com',
|
||||
},
|
||||
{
|
||||
key: 'bin',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.bing.com',
|
||||
},
|
||||
{
|
||||
key: 'ddg',
|
||||
search: '/?q={}',
|
||||
url: 'https://duckduckgo.com',
|
||||
},
|
||||
{
|
||||
key: 'eco',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.ecosia.org',
|
||||
},
|
||||
{
|
||||
key: 'goo',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.google.com',
|
||||
},
|
||||
{
|
||||
key: 'yah',
|
||||
search: '/search?p={}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue