diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-09 09:38:32 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-09 09:38:32 +0100 |
| commit | 5e48ce8954639c7fe86c6b7daca203aeaea022c2 (patch) | |
| tree | 298f2faf447bbb608ab7c00051866d4d408cf4a9 /newsboat/config | |
| parent | 08017b22536f653110ec03a4f7c0d85c44f71142 (diff) | |
| download | dotfiles-5e48ce8954639c7fe86c6b7daca203aeaea022c2.tar.gz dotfiles-5e48ce8954639c7fe86c6b7daca203aeaea022c2.tar.bz2 dotfiles-5e48ce8954639c7fe86c6b7daca203aeaea022c2.zip | |
Newsboat: kleinere Anpassungen
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 |
