diff --git a/i3pystatus/text.py b/i3pystatus/text.py index 74d05ff..214337f 100644 --- a/i3pystatus/text.py +++ b/i3pystatus/text.py @@ -27,7 +27,6 @@ class Text(Module): if self.color: self.output["color"] = self.color - def on_leftclick(self): subprocess.call(self.cmd_leftclick, shell=True)