From 186ea3bebfc51be804927dd8f7c47cba93b0df33 Mon Sep 17 00:00:00 2001
From: Dan Johansen <strit@manjaro.org>
Date: Mon, 10 Jan 2022 13:29:05 +0100
Subject: [PATCH] [lxqt] nmtray, disable error notification

Signed-off-by: Dan Johansen <strit@manjaro.org>
---
 overlays/lxqt/etc/skel/.config/matray/config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/overlays/lxqt/etc/skel/.config/matray/config.json b/overlays/lxqt/etc/skel/.config/matray/config.json
index 913548d6..87fb2091 100644
--- a/overlays/lxqt/etc/skel/.config/matray/config.json
+++ b/overlays/lxqt/etc/skel/.config/matray/config.json
@@ -30,8 +30,8 @@
   ],
   "RefreshInterval" : 600,
   "Autostart" : true,
-  "ErrorNotifications" : true,
+  "ErrorNotifications" : false,
   "DelayAfterStart" : 10,
   "SetCategoriesFromBranch" : true,
   "IconTheme" : "Bright"
-}
\ No newline at end of file
+}
-- 
GitLab