diff --git a/bumblebee/input.py b/bumblebee/input.py index e92da99..75eaec6 100644 --- a/bumblebee/input.py +++ b/bumblebee/input.py @@ -98,6 +98,6 @@ class I3BarInput(object): if callable(cmd): cmd(event) else: - bumblebee.util.execute(cmd) + bumblebee.util.execute(cmd, False) # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4