Add mapwindow, unmapwindow and movewindow IPC events
This commit is contained in:
parent
4c1dba643e
commit
844c33c980
3 changed files with 14 additions and 1 deletions
|
|
@ -670,6 +670,8 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||
g_pInputManager->refocus();
|
||||
|
||||
PWINDOW->updateToplevel();
|
||||
|
||||
g_pEventManager->postEvent(SHyprIPCEvent{"movewindow", getFormat("%x,%s", PWINDOW, PWORKSPACE->m_szName.c_str())});
|
||||
}
|
||||
|
||||
void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue