dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2ade6845f781ef5e2d62c3dace6817fc248a8514
parent 0ca6774a9dd0cf96b6d4e2d5eb0ec0bc71abf3ad
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 13 Jun 2019 20:23:28 +0200

newsboat: notifications

Former-commit-id: e8af32bee9486ff7c57f56c5e6d76f1e57721b71
Diffstat:
Mnewsboat/config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/newsboat/config b/newsboat/config @@ -2,6 +2,8 @@ auto-reload yes reload-threads 8 show-read-feeds no delete-read-articles-on-quit yes +notify-program "~/.newsboat/notify-wrapper" +notify-always yes article-sort-order date error-log "~/.newsboat/error.log"