diff options
author | joe <rbo@gmx.us> | 2025-08-20 11:38:58 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-20 11:38:58 +0200 |
commit | aacbe49ba5de8fa5d243aaf7baace80b9ca64440 (patch) | |
tree | 8ef67f8417fcda4b297ff2199265616993879e3b /.config/newsboat | |
parent | up (diff) | |
download | dotfiles-bsd-aacbe49ba5de8fa5d243aaf7baace80b9ca64440.tar.gz dotfiles-bsd-aacbe49ba5de8fa5d243aaf7baace80b9ca64440.tar.bz2 dotfiles-bsd-aacbe49ba5de8fa5d243aaf7baace80b9ca64440.tar.xz dotfiles-bsd-aacbe49ba5de8fa5d243aaf7baace80b9ca64440.tar.zst dotfiles-bsd-aacbe49ba5de8fa5d243aaf7baace80b9ca64440.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index e7404f6..6b922be 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,7 @@ #how-read-feeds no auto-reload yes refresh-on-startup yes -reload-time 1 +reload-time 60 confirm-mark-all-feeds-read yes confirm-mark-feed-read no reload-threads 100 @@ -9,8 +9,7 @@ text-width 80 show-keymap-hint no show-title-bar no swap-title-and-hints no -#notify-program /home/r_bousset/n.sh -notify-program "notify-send -u low -t 4000 newsboat" +notify-program ~/.local/bin/newsboat-notif notify-always yes notify-format " <b>%d</b> new articles" |