From 80bc8a67f09faf350862d3c43e9da74f8ab85fa5 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Feb 2023 00:10:03 +0000 Subject: [PATCH] qutebrowser: add evk searchengine --- qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 0d8bd99..53b0a25 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1802,6 +1802,7 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}' 'h': 'https://hoogle.haskell.org/?hoogle={}', 'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}', 'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}', + 'evk': 'https://gitlab.com/search?search={}&group_id=13301433', } ## Page(s) to open at the start. -- 2.48.1