Tweak qutebrowser adblock, launch nextcloud on boot
This commit is contained in:
parent
5612ffe971
commit
d005066208
2 changed files with 4 additions and 0 deletions
|
@ -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}'
|
||||
|
||||
|
|
1
.xinitrc
1
.xinitrc
|
@ -1,3 +1,4 @@
|
|||
barrier &
|
||||
dunst &
|
||||
nextcloud-client &
|
||||
exec i3
|
||||
|
|
Loading…
Add table
Reference in a new issue