diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index d1a557ea..f4803bfc 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -17,6 +17,7 @@ c.url.searchengines = { "arch": "http://wiki.archlinux.org/index.php?title=Special%3ASearch&search={}&go=Go", "aur": "https://aur.archlinux.org/packages.php?O=0&K={}&do_Search=Go", "ctan": "http://www.ctan.org/search?phrase={}", + "dd": "http://devdocs.io/#q={}", "gd": "https://godoc.org/?q={}", "gentoo": "https://wiki.gentoo.org/index.php?title=Special%3ASearch&search={}&go=Go", "gi": "https://www.google.com/search?site=imghp&tbm=isch&source=hp&biw=1676&bih=997&q={}", @@ -26,6 +27,8 @@ c.url.searchengines = { "leo": "http://dict.leo.org/frde/index_de.html#/search={}", "mba": "http://musicbrainz.org/search?query={}&type=artist&method=indexed", "mbr": "http://musicbrainz.org/search?query={}&type=release&method=indexed", + "mwr": "http://openmw.readthedocs.io/en/master/search.html?q={}&check_keywords=yes&area=default", + "mww": "https://wiki.openmw.org/index.php?search={}&title=Special%3ASearch&go=Go", "so": "http://stackoverflow.com/search?q={}", "torrent": "https://kickass.unblocked.live/search.php?q={}", "tpb": "https://ukpirate.click/s/?q={}",