ensure newbrowser uses tor regardless of config

This commit is contained in:
Felix Van der Jeugt 2022-09-20 15:54:34 +02:00
parent 83a949ecc3
commit 7a102b7299
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec qutebrowser --temp-basedir --config-py $HOME/.config/qutebrowser/config.py "$@"
exec qutebrowser --temp-basedir -s content.proxy socks://localhost:9050 --config-py $HOME/.config/qutebrowser/config.py "$@"