diff --git a/index.html b/index.html index ee44fc5..a30e9e1 100644 --- a/index.html +++ b/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={}',