In order to pass in options like `--new-window` to an external viewer like `firefox`, optional args can now be defined in configuration. See config-example.yaml for an example.
13 lines
339 B
YAML
13 lines
339 B
YAML
---
|
|
feeds:
|
|
- https://news.ycombinator.com/rss
|
|
- https://www.reddit.com/r/golang/.rss
|
|
- https://www.reddit.com/r/linux/.rss
|
|
- https://www.zdnet.com/topic/security/rss.xml
|
|
|
|
# Optionally define an application to view the feeds
|
|
#externalViewer: firefox
|
|
# Optionally define args for the external viewer
|
|
#externalViewerArgs:
|
|
#- --new-window
|