diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 16:46:49 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 16:46:49 +0200 |
commit | 96a7d930acb3ef37e57d341ad7d3da5c9803642e (patch) | |
tree | fad6eb13a99d28a879b542915df8099f92ebd14c /.config/newsboat | |
parent | Added MPD notifications support (diff) | |
download | dotfiles-bsd-96a7d930acb3ef37e57d341ad7d3da5c9803642e.tar.gz dotfiles-bsd-96a7d930acb3ef37e57d341ad7d3da5c9803642e.tar.bz2 dotfiles-bsd-96a7d930acb3ef37e57d341ad7d3da5c9803642e.tar.xz dotfiles-bsd-96a7d930acb3ef37e57d341ad7d3da5c9803642e.tar.zst dotfiles-bsd-96a7d930acb3ef37e57d341ad7d3da5c9803642e.zip |
Removed auto-reload on newsboat
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index b6340d2..90c7307 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,5 +1,5 @@ #how-read-feeds no -auto-reload yes +auto-reload no reload-threads 5 external-url-viewer "urlview" |