diff --git a/src/layout/DwindleLayout.cpp b/src/layout/DwindleLayout.cpp index aeeb9769..0ee86459 100644 --- a/src/layout/DwindleLayout.cpp +++ b/src/layout/DwindleLayout.cpp @@ -338,6 +338,7 @@ void CHyprDwindleLayout::onBeginDragWindow() { if (g_pInputManager->dragButton == BTN_LEFT) { changeWindowFloatingMode(DRAGGINGWINDOW); DRAGGINGWINDOW->m_bIsFloating = true; + DRAGGINGWINDOW->m_bDraggingTiled = true; } }