From 310eb5656f2792bae1345b55ee51bd7c4d7cf402 Mon Sep 17 00:00:00 2001 From: Zakk Date: Wed, 12 Jun 2024 12:44:42 -0400 Subject: [PATCH] Add easymotionexit IPC event --- main.cpp | 1 + 1 file changed, 1 insertion(+) 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", ""}); }