From d0050662084a2a2ad1b9a2541133d2ef030964a2 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sat, 19 Jun 2021 06:52:43 -0700 Subject: [PATCH] Tweak qutebrowser adblock, launch nextcloud on boot --- .config/qutebrowser/config.py | 3 +++ .xinitrc | 1 + 2 files changed, 4 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 9f3e58f..5c4139d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -330,6 +330,9 @@ c.editor.command = ['/home/trysdyn/bin/kitty-float', 'vim', '{file}'] config.bind(',m', 'spawn mpv {url}') config.bind(',M', 'hint links spawn mpv {hint-url}') +# Set using both adblock methods available +c.content.blocking.method = 'both' + # Try to get around paywalls and adblock-block with Google Cache c.aliases['paywall'] = 'open https://www.google.com/search?q=cache:{url}' diff --git a/.xinitrc b/.xinitrc index 91d42a7..c610f46 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,3 +1,4 @@ barrier & dunst & +nextcloud-client & exec i3