Skip to content

Commit

Permalink
DEBUG: disable static pos
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTaibel committed Sep 2, 2023
1 parent 5d1175d commit 299492a
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 @@ -2565,15 +2565,15 @@ void CCompositor::arrangeMonitors() {
m->vecXWaylandPosition = {maxOffset, 0};
maxOffset += (*PXWLFORCESCALEZERO ? m->vecTransformedSize.x : m->vecSize.x);

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

0 comments on commit 299492a

Please sign in to comment.