mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 01:31:54 -07:00
@@ -114,6 +114,7 @@ CKeybindManager::CKeybindManager() {
|
||||
m_mDispatchers["movewindoworgroup"] = moveWindowOrGroup;
|
||||
m_mDispatchers["setignoregrouplock"] = setIgnoreGroupLock;
|
||||
m_mDispatchers["denywindowfromgroup"] = denyWindowFromGroup;
|
||||
m_mDispatchers["event"] = event;
|
||||
m_mDispatchers["global"] = global;
|
||||
|
||||
m_tScrollTimer.reset();
|
||||
@@ -2680,3 +2681,7 @@ void CKeybindManager::moveGroupWindow(std::string args) {
|
||||
|
||||
PLASTWINDOW->updateWindowDecos();
|
||||
}
|
||||
|
||||
void CKeybindManager::event(std::string args) {
|
||||
g_pEventManager->postEvent(SHyprIPCEvent{"custom", args});
|
||||
}
|
||||
|
Reference in New Issue
Block a user