add suggested break when the correct monitor is found
This commit is contained in:
parent
40cf36890a
commit
ae779e4d14
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ pub fn manage(seat: *Seat) void {
|
|||
|
||||
seat.pending_manage.output = .{ .output = output };
|
||||
window.pending_manage.pending_output = .{ .output = output };
|
||||
break;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue