qutebrowser: Add docker hub to search engines
Added docker hub search by prefixing search with `docker <query>`.
This commit is contained in:
parent
e418e2508f
commit
ff6dab2c8f
1 changed files with 1 additions and 0 deletions
|
@ -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={}",
|
||||
|
|
Loading…
Reference in a new issue