Add easymotionexit IPC event

This commit is contained in:
Zakk
2024-06-12 12:44:42 -04:00
parent 5fbec73f73
commit 310eb5656f

View File

@@ -22,6 +22,7 @@ void easymotionExitDispatch(std::string args)
ml->getOwner()->removeWindowDeco(ml);
}
HyprlandAPI::invokeHyprctlCommand("dispatch", "submap reset");
g_pEventManager->postEvent(SHyprIPCEvent{"easymotionexit", ""});
}