From 88aea51aaa2ce15b70e3f8b80cfb43a15b6706a7 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 28 Apr 2022 13:57:47 -0700 Subject: [PATCH] use ddg as default search --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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={}',