qutebrowser: Add docker hub to search engines

Added docker hub search by prefixing search with `docker <query>`.
This commit is contained in:
Marty Oehme 2022-11-25 16:45:28 +01:00
parent e418e2508f
commit ff6dab2c8f
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ c.url.searchengines = {
"aur": "https://aur.archlinux.org/packages/?K={}",
"d": "https://www.dict.cc/?s={}",
"ddg": "https://duckduckgo.com/?q={}",
"docker": "https://hub.docker.com/search?q={}",
"dt": "https://www.deepl.com/translator#en/de/{}",
"g": "https://www.google.com/search?q={}",
"gh": "https://github.com/search?q={}",