Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqa-Ib committed Oct 15, 2024
1 parent 7a1d1af commit 6556920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/IHyprLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void IHyprLayout::onWindowRemovedFloating(PHLWINDOW pWindow) {
}

void IHyprLayout::onWindowCreatedFloating(PHLWINDOW pWindow) {
if (!g_pXWaylandManager->shouldBeFloated(pWindow))
if (!g_pXWaylandManager->shouldBeFloated(pWindow)) // do not apply group rules to child windows
pWindow->applyGroupRules();

CBox desiredGeometry = {0};
Expand Down

0 comments on commit 6556920

Please sign in to comment.