From e7e747b9bea1fea7afe042e11861c4f64e1bfcf4 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 30 Dec 2019 22:20:49 +0100 Subject: [PATCH] [Notifications] Don't show DrKonqi notifications in history It creates a tray icon, so having a history entry is just annoying duplication. Differential Revision: https://phabricator.kde.org/D26297 --- libnotificationmanager/plasmanotifyrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libnotificationmanager/plasmanotifyrc b/libnotificationmanager/plasmanotifyrc index a5d8feaee..f43a4fdd4 100644 --- a/libnotificationmanager/plasmanotifyrc +++ b/libnotificationmanager/plasmanotifyrc @@ -9,3 +9,7 @@ ShowInHistory=false # Klipper notifications might contain sensitive information [Applications][org.kde.klipper] ShowInHistory=false + +# DrKonqi creates a tray icon, no point in being in history +[Applications][org.kde.drkonqi] +ShowInHistory=false