diff options
author | pks <pks@pks.rocks> | 2022-12-31 10:45:08 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2022-12-31 10:45:08 +0100 |
commit | df23abad128354783417ca65ba17d8cb22df248c (patch) | |
tree | fcf49ce0b95b72a86e3dff426ab9269ad49254f8 | |
parent | 57d384e477bfa8ab6f8467bb8ad52054e918167b (diff) |
newsboat: don't confirm exit
-rw-r--r-- | newsboat/.newsboat/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 156679a..ee88bd7 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -12,6 +12,7 @@ highlight article "^Author: .*$" color5 default highlight article "^Link: .*$" blue default highlight article "^Date: .*$" color4 default +confirm-exit no browser "browser" player "mpv" show-read-articles no |