blob: 3eb55a085737946cb7f8ff35b399c661d55af34c (
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
|
# Basic settings
download-timeout 10
max-items 100
auto-reload yes
# Default browser
#browser "firefox -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/bookmarks/bookmarks.txt" ; open-in-browser-and-mark-read ; set browser "vbox exec web /usr/bin/firefox -new-tab '%u'"
macro e set browser "echo '%u' | xclip" ; open-in-browser-and-mark-read ; set browser "vbox exec web /usr/bin/firefox -new-tab %u"
# Colors
include "~/.config/newsbeuter/colors"
# Custom configuration
include "~/.custom/newsbeuter/config"
|