diff options
Diffstat (limited to 'newsboat/config')
| -rw-r--r-- | newsboat/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/newsboat/config b/newsboat/config index b5cd7c7..0274f0c 100644 --- a/newsboat/config +++ b/newsboat/config | |||
| @@ -1,13 +1,16 @@ | |||
| 1 | auto-reload yes | 1 | auto-reload yes |
| 2 | reload-time 10 | ||
| 2 | browser "firefox --new-tab %u" | 3 | browser "firefox --new-tab %u" |
| 3 | confirm-mark-all-feeds-read no | 4 | confirm-mark-all-feeds-read no |
| 4 | confirm-mark-feed-read no | 5 | confirm-mark-feed-read no |
| 5 | download-path "~/Downloads/!Podcasts" | ||
| 6 | goto-first-unread no | 6 | goto-first-unread no |
| 7 | goto-next-feed no | 7 | goto-next-feed no |
| 8 | keep-articles-days 180 | 8 | keep-articles-days 180 |
| 9 | max-items 500 | 9 | max-items 500 |
| 10 | reload-time 10 | 10 | cleanup-on-quit yes |
| 11 | |||
| 12 | download-path "~/Downloads/!Podcasts" | ||
| 13 | download-filename-format "F-%t.%e" | ||
| 11 | 14 | ||
| 12 | bind-key j down feedlist | 15 | bind-key j down feedlist |
| 13 | bind-key k up feedlist | 16 | bind-key k up feedlist |
