diff --git a/src/core/Hypridle.cpp b/src/core/Hypridle.cpp index 901cf0c..0276e23 100644 --- a/src/core/Hypridle.cpp +++ b/src/core/Hypridle.cpp @@ -401,6 +401,10 @@ void handleDbusScreensaver(sdbus::MethodCall call, bool inhibit) { reply.send(); Debug::log(LOG, "Cookie {} sent", cookieID - 1); + } else { + auto reply = call.createReply(); + reply.send(); + Debug::log(TRACE, "Uninhibit response sent"); } }