mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
compositor: fix auto positioning offset calcs
This commit is contained in:
@@ -2516,6 +2516,6 @@ void CCompositor::arrangeMonitors() {
|
||||
|
||||
for (auto& m : toArrange) {
|
||||
m->moveTo({maxOffset, 0});
|
||||
maxOffset += m->vecPosition.x;
|
||||
maxOffset += m->vecPosition.x + m->vecSize.x;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user