-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig
51 lines (34 loc) · 1.16 KB
/
config
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
41
42
43
44
45
46
47
48
49
50
51
# -- feeds ---------------------------------------------------------------------
auto-reload yes
reload-time 120
reload-threads 4
download-retries 4
download-timeout 10
prepopulate-query-feeds yes
# -- display -------------------------------------------------------------------
show-read-feeds no
feed-sort-order unreadarticlecount-asc
color info default default reverse
color listnormal_unread yellow default
color listfocus blue default reverse bold
color listfocus_unread blue default reverse bold
text-width 80
# -- navigation ----------------------------------------------------------------
goto-next-feed no
browser "open -g -a 'Google Chrome' %u"
bind-key j down feedlist
bind-key k up feedlist
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key j down article
bind-key k up article
# -- bookmarks -----------------------------------------------------------------
bookmark-cmd ~/.newsbeuter/bookmark.sh
bookmark-interactive no
bookmark-autopilot yes
# -- misc ----------------------------------------------------------------------
unbind-key C feedlist
confirm-exit no
cleanup-on-quit no