From c4b9a9e562f720cf6e3b84e6c1b296f9e233f0e5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 27 Nov 2018 16:07:42 -0800 Subject: [PATCH] konsole: add notify settings --- .config/konsole.notifyrc | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .config/konsole.notifyrc diff --git a/.config/konsole.notifyrc b/.config/konsole.notifyrc new file mode 100644 index 0000000..d0195cf --- /dev/null +++ b/.config/konsole.notifyrc @@ -0,0 +1,42 @@ +[Event/Activity] +Execute= +Logfile= +Sound= +TTS= + +[Event/ActivityHidden] +Execute= +Logfile= +Sound= +TTS= + +[Event/BellInvisible] +Execute= +Logfile= +TTS= + +[Event/BellVisible] +Action= +Execute= +Logfile= +Sound= +TTS= + +[Event/Finished] +Action= +Execute= +Logfile= +Sound= +TTS= + +[Event/Silence] +Execute= +Logfile= +Sound= +TTS= + +[Event/SilenceHidden] +Execute= +Logfile= +Sound= +TTS= -- 2.39.2