ensure newbrowser uses tor regardless of config
This commit is contained in:
parent
83a949ecc3
commit
7a102b7299
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/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 "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user