mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 10:11:54 -07:00
dwindle: fix moving windows on special
This commit is contained in:
@@ -912,8 +912,10 @@ void CHyprDwindleLayout::moveWindowTo(CWindow* pWindow, const std::string& dir)
|
|||||||
|
|
||||||
const auto PMONITORFOCAL = g_pCompositor->getMonitorFromVector(focalPoint);
|
const auto PMONITORFOCAL = g_pCompositor->getMonitorFromVector(focalPoint);
|
||||||
|
|
||||||
pWindow->moveToWorkspace(PMONITORFOCAL->activeWorkspace);
|
if (PMONITORFOCAL->ID != pWindow->m_iMonitorID) {
|
||||||
pWindow->m_iMonitorID = PMONITORFOCAL->ID;
|
pWindow->moveToWorkspace(PMONITORFOCAL->activeWorkspace);
|
||||||
|
pWindow->m_iMonitorID = PMONITORFOCAL->ID;
|
||||||
|
}
|
||||||
|
|
||||||
onWindowCreatedTiling(pWindow);
|
onWindowCreatedTiling(pWindow);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user