diff --git a/src/i3listener.cpp b/src/i3listener.cpp index 52ff579..be0f081 100644 --- a/src/i3listener.cpp +++ b/src/i3listener.cpp @@ -38,6 +38,7 @@ void I3ListenerThread::handleI3Events() { } } catch (std::exception const& e) { qWarning() << "Exception in i3listener handle events:" << e.what(); + this->stop(); } }