aboutsummaryrefslogtreecommitdiff
path: root/config.dot/newsbeuter/config.link
blob: f6f7a6086d9f7692ad90be9088803c8071095ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Basic settings
download-timeout 10
max-items 100
auto-reload yes
browser "firefox -new-tab %u"
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 ; set browser "firefox -new-tab %u"
macro c set browser "echo %u | xclip" ; open ; set browser "firefox -new-tab %u"

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

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