diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-05 18:27:18 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-05 18:27:18 +0200 |
| commit | b5926787b401db0235129ee504ac6128e8bdb025 (patch) | |
| tree | a07f09c23e1ba7c823f3c7b7e8cb6720c182e156 /config/qutebrowser/config.py | |
| parent | 24271747b18462e561631e9c0a3fd7e1dd48ac7d (diff) | |
| download | dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.tar.gz dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.tar.bz2 dotfiles-b5926787b401db0235129ee504ac6128e8bdb025.zip | |
Added screen config
Diffstat (limited to 'config/qutebrowser/config.py')
| -rw-r--r-- | config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'] |
