From 153a0ddeced0f115f993ea3038e2804622f7142e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 11 Mar 2023 18:09:07 +0000 Subject: [PATCH] qutebrowser: default to issue scope for evk search --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 53b0a25..99338ef 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1802,7 +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', + 'evk': 'https://gitlab.com/search?&scope=issues&group_id=13301433&search={}', } ## Page(s) to open at the start. -- 2.48.1