Skip to content

Commit

Permalink
hyprwinwrap: chase ff9e059 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiber authored Feb 7, 2025
1 parent 6d525bc commit 4f48dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyprwinwrap/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void onNewWindow(PHLWINDOW pWindow) {
pWindow->m_vSize = PMONITOR->vecSize;
pWindow->m_vPosition = PMONITOR->vecPosition;
pWindow->m_bPinned = true;
pWindow->sendWindowSize(pWindow->m_vRealSize->goal(), true);
pWindow->sendWindowSize(true);

bgWindows.push_back(pWindow);

Expand Down

0 comments on commit 4f48dbe

Please sign in to comment.