summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
blob: 52d7d6176d0f71da69f03421be1125d108f1a357 (plain) (blame)
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
max-items 100
reload-threads 100
auto-reload yes
reload-time 30
text-width 80
ssl-verifyhost no
ssl-verifypeer no

# vim
unbind-key j
unbind-key k
unbind-key J
unbind-key K
bind-key j down
bind-key k up
bind-key ^D pagedown
bind-key ^U pageup
bind-key l open
bind-key h quit

# colors
color background          color15 color0
color listnormal          color8 color0
color listfocus           color0 color15
color listnormal_unread   color15 color0
color listfocus_unread    color0 color15
color info                color0 color15
color article             color15 color0

# multimedia
player "mpv"
browser "qutebrowser %u"
macro m set browser "mpv %u" ; open-in-browser-and-mark-read ; set browser "qutebrowser %u"
macro f set browser "echo %u" ; open-in-browser-and-mark-read ; set browser "qutebrowser %u"


# format
feedlist-format "%4i %n %8u %24T | %t"
articlelist-format "%4i %f %D %6L  %?T?|%-32T| ?%t"
datetime-format "%b %d"

# killfile
ignore-mode "display"
ignore-article "*" "( feedlink =~ \"yewtu.be\" and ( title =~ \"#shorts\" or content =~ \"#shorts\" ) )"
remember that computers suck.