From 260ec8c4a704874c2eb739f9545873eedc77f5a8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 28 Feb 2024 08:29:16 +0000 Subject: Switch off notifications on desktop for newsboat --- newsboat/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3