From b5926787b401db0235129ee504ac6128e8bdb025 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 5 May 2021 18:27:18 +0200 Subject: Added screen config --- config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index a6112ac..783c932 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -42,6 +42,7 @@ c.url.searchengines = { 'pd': 'https://pandas.pydata.org/pandas-docs/stable/search.html?q={}', 'sk': 'https://scikit-learn.org/stable/search.html?q={}', 'imdb': 'https://www.imdb.com/find?q={}', + 'wiby': 'https://wiby.me/?q={}', } c.fonts.default_family = ['Fira Mono', 'Baekmuk', 'Symbola'] -- cgit