From: Samir Benmendil Date: Tue, 2 Jan 2018 11:47:27 +0000 (+0000) Subject: qutebrowser: add slack searchengine X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b65ecfd4a5fc761fdf3c128884824bfde9607c19 qutebrowser: add slack searchengine it's not that great though :/ --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 1fb0932..ff281da 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1200,6 +1200,7 @@ c.url.default_page = 'https://duckduckgo.com/?t=chakra' ## Type: Dict c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', + 'slack': 'https://ultrahaptics.slack.com/messages/{}', 'pcl': 'http://docs.pointclouds.org/trunk/search.php?query={}', 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', 'cv': 'http://docs.opencv.org/3.1.0/index.html#gsc.tab=0&gsc.ref=more%3A3.1&gsc.q={}' }