qutebrowser: Add Hackage, Arch package & AUR to search engines
This commit is contained in:
parent
39191eac20
commit
ab597f3f45
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue