diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 82689094..0001c566 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -24,8 +24,7 @@ VERSION = '0.1.0' ### Test for proper signal try: Vte.Terminal().connect('notification-received',lambda *args: None,None) - # AVAILABLE = ['CommandNotify'] - AVAILABLE = [] + AVAILABLE = ['CommandNotify'] except TypeError as e: AVAILABLE = [] pass