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/autoconfig.yml | 3 +++ .config/qutebrowser/config.py | 4 +++- .config/qutebrowser/quickmarks | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to '.config/qutebrowser') diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 703b61e7..a9e61bc3 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -12,8 +12,11 @@ settings: xb: config-cycle statusbar.hide xt: config-cycle tabs.show always switching xx: config-cycle statusbar.hide ;; config-cycle tabs.show always switching + content.media_capture: + https://meet.google.com: true content.notifications: https://cloud.rogs.me: true + https://meet.google.com: false statusbar.hide: global: false tabs.show: 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. diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks index ade759ad..289d0f1f 100644 --- a/.config/qutebrowser/quickmarks +++ b/.config/qutebrowser/quickmarks @@ -5,7 +5,8 @@ analytics https://analytics.rogs.me cc https://coca-cola.com.mx/ ccb https://github.com/MassiveHub/pincodes-api ccf https://github.com/MassiveHub/pincodes-react -cca https://admin-pincodes.destapp.com/admin/login/?next=/admin/ +cca https://admin-coupon.destapp.com/admin/login/?next=/admin/ ccp https://api-pincodes.destapp.com/admin/login/?next=/admin/ bw https://vault.bitwarden.com/#/ qbc https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png +ccd https://dev-api-pincodes.destapp.com/admin/login/?next=/admin/ -- cgit v1.2.3