summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
blob: 6a83a4f7a7d809883bfd7e448c60042337dee803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# config
show-read-feeds no
# auto-reload yes
browser $BROWSER
cache-file "~/.local/cache/newsboat/cache.db"

# keybinds
bind-key RIGHT open
bind-key LEFT quit
bind-key a toggle-article-read

# macros
macro m set browser "mpv %u" ; open-in-browser-and-mark-read ; set browser "$BROWSER %u"
macro n set browser "comicviewer %u" ; open-in-browser-and-mark-read ; set browser "$BROWSER %u"

# filters
ignore-article "https://store.steampowered.com/feeds/news.xml" "title =~ \"Team Fortress 2 Update Released\""
ignore-article "https://www.youtube.com/feeds/videos.xml?channel_id=UCq6VFHwMzcMXbuKyG7SQYIg" "title =~ \"Official Podcast\""