diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | install.sh | 2 | ||||
| -rw-r--r-- | newsboat/config | 11 |
3 files changed, 14 insertions, 0 deletions
| @@ -1 +1,2 @@ | |||
| 1 | .tmuxp.yaml | 1 | .tmuxp.yaml |
| 2 | newsboat/urls | ||
| @@ -27,3 +27,5 @@ cp gdb/gdbinit "$CONFIG/gdb/gdbinit" | |||
| 27 | # X11 | 27 | # X11 |
| 28 | cp X11/xinitrc ~/.xinitrc | 28 | cp X11/xinitrc ~/.xinitrc |
| 29 | 29 | ||
| 30 | # Newsboat | ||
| 31 | cp -R newsboat "$CONFIG" | ||
diff --git a/newsboat/config b/newsboat/config new file mode 100644 index 0000000..c1ad577 --- /dev/null +++ b/newsboat/config | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | browser "firefox --new-tab %u" | ||
| 2 | download-path "~/Downloads/!Podcasts" | ||
| 3 | auto-reload yes | ||
| 4 | reload-time 10 | ||
| 5 | keep-articles-days 180 | ||
| 6 | max-items 500 | ||
| 7 | confirm-mark-all-feeds-read no | ||
| 8 | confirm-mark-feed-read no | ||
| 9 | |||
| 10 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" | ||
| 11 | |||
