From 752311b8fe3dd0b6818392464966c242cc5915fc Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Thu, 3 Sep 2020 18:18:08 -0400 Subject: [PATCH] Tweak Name so it does not interfere with @xll4dux plugin --- terminatorlib/plugins/command_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 613ab338..a32a4bfb 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -16,7 +16,7 @@ import gi gi.require_version('Notify', '0.7') from gi.repository import GObject, GLib, Notify VERSION = '0.1.0' -AVAILABLE = ['LongCommandNotify'] +AVAILABLE = ['CommandNotify'] class LongCommandNotify(plugin.Plugin):