diff options
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 4 |
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', |
