diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-03 17:11:09 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-04 21:16:07 +0200 |
commit | 44916b48b27e5fdeab88de9efc705b0f05757208 (patch) | |
tree | d49089e4871ab9bb8abef8a7ccd755f7f81f9472 | |
parent | 1c5c565aa6aaa9b48285b5ed2b5258c06e191c04 (diff) |
newsboat: more update threads, max text width
-rw-r--r-- | .config/newsboat/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index d0184f5..ec499f1 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,8 @@ #show-read-feeds no auto-reload yes -reload-threads 4 +reload-threads 20 max-items 50 +text-width 74 prepopulate-query-feeds yes bind-key LEFT quit |