layout: move applyGroupRules() to onWindowCreated() (#8139)

This commit is contained in:
Aqa-Ib
2024-10-16 21:13:35 +00:00
committed by GitHub
parent 781828a56e
commit 86e9f69a69
4 changed files with 4 additions and 10 deletions

View File

@@ -116,8 +116,6 @@ void CHyprMasterLayout::onWindowCreatedTiling(PHLWINDOW pWindow, eDirection dire
return;
}
pWindow->applyGroupRules();
static auto PDROPATCURSOR = CConfigValue<Hyprlang::INT>("master:drop_at_cursor");
eOrientation orientation = getDynamicOrientation(pWindow->m_pWorkspace);
const auto NODEIT = std::find(m_lMasterNodesData.begin(), m_lMasterNodesData.end(), *PNODE);