diff --git a/main.cpp b/main.cpp index 01109a0..c392f6a 100644 --- a/main.cpp +++ b/main.cpp @@ -22,6 +22,7 @@ void easymotionExitDispatch(std::string args) ml->getOwner()->removeWindowDeco(ml); } HyprlandAPI::invokeHyprctlCommand("dispatch", "submap reset"); + g_pEventManager->postEvent(SHyprIPCEvent{"easymotionexit", ""}); }