From 5f2e9e0318a53dd22f56a8fa8e3a551fa3d17de6 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 11 May 2020 08:52:06 -0300 Subject: Added new qutebrowser quickmarks --- .config/qutebrowser/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/qutebrowser/config.py') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 1d923bca..78f69638 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1656,7 +1656,9 @@ c.url.searchengines = { 'aw': 'https://wiki.archlinux.org/?search={}', 'lib': ' https://libgen.lc/search.php?req={}&lg_topic=libgen&open=0&view=simple&res=25&phrase=1&column=def', 're': 'https://reddit.com/r/{}', - 'gh': 'https://github.com/search?q={}' + 'gh': 'https://github.com/search?q={}', + 'aur': 'https://aur.archlinux.org/packages/?K={}&SB=p', + 'sub': 'http://www.subdivx.com/index.php?q={}&accion=5&masdesc=&subtitulos=1&realiza_b=1' } ## Page(s) to open at the start. -- cgit v1.2.3