From 23a46b6b9d8330d1a91089a20f044e8cfc585544 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 2 Mar 2017 23:39:47 -0800 Subject: [PATCH] udpate config --- index.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 76c0cf1..5b9fcf1 100644 --- a/index.html +++ b/index.html @@ -13,16 +13,11 @@ { key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' }, { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, ] }, - { name: "Work", commands: [ + { name: "Tools", commands: [ { key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' }, { key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' }, { key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text=' }, ] }, - { name: "People", commands: [ - { key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' }, - { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, - { key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: '/' }, - ] }, { name: "Download", commands: [ { key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' }, { key: 'Y', name: 'YIFY', url: 'https://yts.ag', search: '/browse-movies/' }, @@ -31,7 +26,7 @@ ], // if none of the keys are matched, this is used for searching. - defaultSearch: 'https://start.duckduckgo.com/?q=', + defaultSearch: 'https://encrypted.google.com/search?q=', // the delimiter between the key and your search query. // e.g. to search GitHub for potatoes you'd type "g:potatoes".