diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-16 14:46:36 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-16 14:46:36 +0800 |
commit | 0fb874800c051cbc047d66f0b8c898335e9397a8 (patch) | |
tree | ae4566e0364ba7db71d2aa9011d45fb3561024bf /home | |
parent | fc4e08ba71aafba20ccc42e6b82cd262a6722efa (diff) |
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/newsboat/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config index 1e8ddf64..28e2cb3a 100644 --- a/home/xyz/.config/newsboat/config +++ b/home/xyz/.config/newsboat/config @@ -42,4 +42,12 @@ color hint-separator black blue bold color hint-description black blue #color article white black +# Need following two lines to write defunct RSS feeds log. There was a time +# when exit newsboat, it ask me to press enter, maybe due to I removed a url +# and there's remain cache, with following lines I won't be asked to press +# enter. +cleanup-on-quit yes +# I couldn't find a way to use $XDG_STATE_HOME env. var. +error-log ~/.local/state/newsboat/error.log + # vim: ft=sh |