udpate config
This commit is contained in:
+2
-7
@@ -13,16 +13,11 @@
|
|||||||
{ key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' },
|
{ key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' },
|
||||||
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' },
|
{ 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: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' },
|
||||||
{ key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },
|
{ key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },
|
||||||
{ key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text=' },
|
{ 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: [
|
{ name: "Download", commands: [
|
||||||
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' },
|
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' },
|
||||||
{ key: 'Y', name: 'YIFY', url: 'https://yts.ag', search: '/browse-movies/' },
|
{ 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.
|
// 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.
|
// the delimiter between the key and your search query.
|
||||||
// e.g. to search GitHub for potatoes you'd type "g:potatoes".
|
// e.g. to search GitHub for potatoes you'd type "g:potatoes".
|
||||||
|
|||||||
Reference in New Issue
Block a user