Skip to content

Commit

Permalink
DEBUG: Update monitor positions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTaibel committed Apr 26, 2024
1 parent 8f3fe6f commit 4becb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2709,10 +2709,10 @@ void CCompositor::arrangeMonitors() {
maxOffset += (*PXWLFORCESCALEZERO ? m->vecTransformedSize.x : m->vecSize.x);

if (i == 1) {
m->vecXWaylandPosition = {3840, 760};
m->vecXWaylandPosition = {3840, 0};
}
if (i == 2) {
m->vecXWaylandPosition = {0, 760};
m->vecXWaylandPosition = {0, 0};
}
if (i == 3) {
m->vecXWaylandPosition = {7680, 0};
Expand Down

0 comments on commit 4becb86

Please sign in to comment.