aboutsummaryrefslogtreecommitdiff
path: root/config.dot/newsbeuter/config.link
blob: 19f98ec4dd733ff0c996ab6f4b24dc20f2966c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Basic settings
download-timeout 10
max-items 0
auto-reload yes

# Default browser
#browser "firefox -new-tab %u"
browser "firefox -P news --new-tab '%u'"
#browser "vbox exec web /usr/bin/firefox -new-tab %u"
#browser "terminal torify elinks '%u' &"
#browser "terminal tority '%u' &"
#browser "terminal w3m '%u' &"
#browser "terminal torify lynx '%u' &"
#browser "terminal lynx '%u' &"

# Open URL bindings
bind-key o open-in-browser-and-mark-read articlelist
bind-key o open-in-browser               article

# Macros
#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 socks5h # Upcoming option that also proxies DNS requests, planned for newsbeuter 2.10
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"

# Colors
include "~/.config/newsbeuter/colors"

# Custom configuration
include "~/.custom/newsbeuter/config"