aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-22 12:04:14 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-22 12:04:14 +0200
commit41618fe6f907b426ccd621a93277453723083387 (patch)
tree9af1302ef0da86042b95851c99ef486b595b67ab /config/qutebrowser/config.py
parentee0e8f2361dca7810a860aac448c4dfaf36accb1 (diff)
parentad4abae04030ebfd709bb093332859c2d5ecc402 (diff)
downloaddotfiles-41618fe6f907b426ccd621a93277453723083387.tar.gz
dotfiles-41618fe6f907b426ccd621a93277453723083387.tar.bz2
dotfiles-41618fe6f907b426ccd621a93277453723083387.zip
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'config/qutebrowser/config.py')
-rw-r--r--config/qutebrowser/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index 2768365..16df617 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -22,7 +22,8 @@ interceptor.register(filter_yt)
c.aliases = {
'q': 'close',
'sc': 'config-source',
- 'bw': """spawn --userscript qute-bitwarden -d 'dmenu -P -w 0 -p "master password"' """,
+ # 'bw': """spawn --userscript qute-bitwarden -d 'dmenu -P -p "master password"' """,
+ 'bw': """spawn --userscript qute-bitwarden""",
}
c.url.start_pages = ['https://searx.cacharle.xyz']
@@ -89,6 +90,7 @@ c.content.headers.do_not_track = True
# adblock on youtube isn't supported: https://github.com/qutebrowser/qutebrowser/issues/6480
c.content.blocking.enabled = True
+c.content.blocking.method = 'both'
c.content.blocking.adblock.lists = [
'https://easylist.to/easylist/easylist.txt',
'https://easylist.to/easylist/easyprivacy.txt',