From 5fbec73f73d8ee6447790fadcde2b5f63fedf013 Mon Sep 17 00:00:00 2001 From: Zakk Date: Tue, 11 Jun 2024 17:06:02 -0400 Subject: [PATCH] Chase hyprland --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 408f0db..01109a0 100644 --- a/main.cpp +++ b/main.cpp @@ -40,10 +40,10 @@ void easymotionActionDispatch(std::string args) void addEasyMotionKeybinds() { - g_pKeybindManager->addKeybind(SKeybind{"escape", {}, 0, 0, 0, {}, "easymotionexit", "", 0, "__easymotionsubmap__", 0, 0, 0, 0, 0, 0, 0}); + g_pKeybindManager->addKeybind(SKeybind{"escape", {}, 0, 0, 0, {}, "easymotionexit", "", 0, "__easymotionsubmap__", "", 0, 0, 0, 0, 0, 0, 0, 0}); //catchall - g_pKeybindManager->addKeybind(SKeybind{"", {}, 0, 1, 0, {}, "", "", 0, "__easymotionsubmap__", 0, 0, 0, 0, 0, 0, 0}); + g_pKeybindManager->addKeybind(SKeybind{"", {}, 0, 1, 0, {}, "", "", 0, "__easymotionsubmap__", "", 0, 0, 0, 0, 0, 0, 0, 0}); }