]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: update searchengines
authorSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 01:41:17 +0000 (01:41 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 14 Jan 2023 02:35:29 +0000 (02:35 +0000)
qutebrowser/config.py

index 65c4d57b708f4c612ae500afe5dc538d7a2f6bf6..0d44d35c00a2a0169f8e4d05fe35191db8e9038a 100644 (file)
@@ -1794,13 +1794,14 @@ c.tabs.select_on_remove = 'prev'
 ## the search engine name to the search term, e.g. `:open google
 ## qutebrowser`.
 ## Type: Dict
-c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
-                       'ddg':     'https://duckduckgo.com/?t=chakra&q={}',
-                       'cdda':    'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}',
-                       'slack':   'https://focalpointpositioning.slack.com/messages/{}',
-                       'std':     'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
-                       'hoogle':  'https://hoogle.haskell.org/?hoogle={}',
-                       'h':       'https://hoogle.haskell.org/?hoogle={}',
+c.url.searchengines = {'DEFAULT':        'https://duckduckgo.com/?t=chakra&q={}',
+                       'ddg':            'https://duckduckgo.com/?t=chakra&q={}',
+                       'cdda':           'https://nornagon.github.io/cdda-guide/?v=0.F-2#/search/{}',
+                       'std':            'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
+                       'hoogle':         'https://hoogle.haskell.org/?hoogle={}',
+                       'h':              'https://hoogle.haskell.org/?hoogle={}',
+                       'fpp/slack':      'https://focalpointpositioning.slack.com/messages/{}',
+                       'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}',
                       }
 
 ## Page(s) to open at the start.