add suggested break when the correct monitor is found

This commit is contained in:
Basil Keeler 2026-03-28 21:03:07 -05:00
commit ae779e4d14

View file

@ -328,6 +328,7 @@ pub fn manage(seat: *Seat) void {
seat.pending_manage.output = .{ .output = output }; seat.pending_manage.output = .{ .output = output };
window.pending_manage.pending_output = .{ .output = output }; window.pending_manage.pending_output = .{ .output = output };
break;
} }
} }
}, },