summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
blob: cbbe56e9671859f50ad84e1cd51837eab67a55c2 (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
# config
show-read-feeds no
auto-reload yes
reload-time 45
browser $BROWSER
cache-file "~/.local/cache/newsboat/cache.db"

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

# 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 =~ \"Update\""
ignore-article "https://uncommoncore.co/feed/" "title =~ \"Transcript\""
ignore-article "https://www.youtube.com/feeds/videos.xml?channel_id=UCLXo7UDZvByw2ixzpQCufnA" "title =~ \"Advertiser\""
ignore-article "https://www.youtube.com/feeds/videos.xml?channel_id=UC_c1gdsojLxBGkgzS0NsvUw" "title =~ \"Maddox News\""
ignore-article "https://www.youtube.com/feeds/videos.xml?channel_id=UCq6VFHwMzcMXbuKyG7SQYIg" "title =~ \"Official Podcast\""