diff --git a/index.html b/index.html index d88405d..d014f19 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,8 @@ commandPathDelimiter: '/', commandSearchDelimiter: ' ', defaultSearchTemplate: 'https://www.google.com/search?q={}', - openLinksInNewTab: true, - suggestionLimit: 4, + openLinksInNewTab: false, + suggestionLimit: 10, }; const COMMANDS = new Map([ @@ -43,6 +43,14 @@ ['g', { name: 'GitLab', url: 'https://gitlab.com/sumarac' }], ['k', { name: 'Keep', url: 'https://keep.google.com' }], ['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }], + [ + 'x', + { + name: '1337x', + url: 'https://1337x.to', + searchTemplate: '/srch?search={}' + } + ], ['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }], [ 'r',