From: Samir Benmendil Date: Thu, 31 Oct 2019 10:52:11 +0000 (+0000) Subject: qutebrowser: replace slack link to fpp X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/53cf8b22a858d5d084a76db22871a80b1be900e4 qutebrowser: replace slack link to fpp --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 7d5b0ca..8e6cfb2 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1357,7 +1357,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/{}', + 'slack': 'https://focalpointpositioning.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={}' }