diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 08:29:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 08:29:16 +0000 |
commit | 260ec8c4a704874c2eb739f9545873eedc77f5a8 (patch) | |
tree | 2a2d46a0d055470ad2e87b2d837b1d842d60b5e9 /newsboat/config | |
parent | 83bed69fd3fd92de9c2a741d984a5be3513fd52e (diff) |
Switch off notifications on desktop for newsboat
Diffstat (limited to '')
-rw-r--r-- | newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newsboat/config b/newsboat/config index 66ef19c..852d8c0 100644 --- a/newsboat/config +++ b/newsboat/config @@ -60,7 +60,7 @@ define-filter "Linux articles" "title =~ \"Linux\"" #highlight-article "title =~ \"Setup\"" yellow red bold #highlight all "Linux" yellow red bold notify-program "notify-send" -notify-screen yes +notify-screen no notify-xterm yes max-items 60 |