diff options
-rw-r--r-- | config.dot/newsbeuter/config.link | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.dot/newsbeuter/config.link b/config.dot/newsbeuter/config.link index 3993445..6199445 100644 --- a/config.dot/newsbeuter/config.link +++ b/config.dot/newsbeuter/config.link @@ -21,16 +21,17 @@ bind-key o open-in-browser article #macro b set browser "echo '%u' >> ~/file/estudo/spool.md" ; open-in-browser-and-mark-read ; set browser "kvmx ssh web -X /usr/bin/firefox -new-tab '%u'" #macro e set browser "echo '%u' | xclip" ; open-in-browser-and-mark-read ; set browser "kvmx ssh web -X /usr/bin/firefox -new-tab %u" +# Use Tor by default +proxy-type socks5 +proxy localhost:9050 +use-proxy yes + # Use OPML online subscription mode urls-source "opml" # Default URLs opml-url "https://git.fluxo.info/feeds/plain/essential.opml" "https://git.fluxo.info/feeds/plain/news.opml" -# Use Tor by default -proxy-type socks5 -proxy localhost:9050 - # Colors include "~/.config/newsbeuter/colors" |