mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
google -> duckduckgo
This commit is contained in:
parent
d864f14f8d
commit
1a360b81b2
1 changed files with 4 additions and 4 deletions
|
|
@ -9,11 +9,11 @@
|
|||
*/
|
||||
commands: [
|
||||
{
|
||||
name: 'Google',
|
||||
name: 'DuckDuckGo',
|
||||
key: '*',
|
||||
url: 'https://encrypted.google.com',
|
||||
search: '/search?q={}',
|
||||
color: '#000',
|
||||
url: 'https://duckduckgo.com',
|
||||
search: '?q={}',
|
||||
color: '#333',
|
||||
},
|
||||
{
|
||||
category: 'Google',
|
||||
|
|
|
|||
Loading…
Reference in a new issue