qutebrowser: Add Hackage, Arch package & AUR to search engines

This commit is contained in:
Sanchayan Maity 2023-03-19 18:47:28 +05:30
parent 39191eac20
commit ab597f3f45
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 4 additions and 1 deletions

View File

@ -134,12 +134,15 @@ c.url.start_pages = ["https://lwn.net/"]
# ** Search Keywords
c.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?kam=google-maps&kp=-2&q={}",
"DEFAULT": "https://duckduckgo.com/?q={}",
"aw": "https://wiki.archlinux.org/index.php?search={}",
"ap": "https://archlinux.org/packages/?q={}",
"aur": "https://aur.archlinux.org/packages?O=0&K={}",
"c": "https://crates.io/search?q={}",
"d": "https://docs.rs/releases/search?query={}",
"g": "https://startpage.com/do/asearch?q={}",
"gh": "https://github.com/search?q={}",
"h": "https://hackage.haskell.org/packages/search?terms={}",
"hg": "https://www.haskell.org/hoogle/?hoogle={}",
"mal": "https://myanimelist.net/search/all?q={}",
"met": "https://www.metal-archives.com/search?searchString={}&type=band_name",