udpate config

This commit is contained in:
Cade Scroggins 2017-03-02 23:39:47 -08:00
parent f39b936439
commit 23a46b6b9d

View file

@ -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".