shell: Set xdg_shell v4 bounds

This commit is contained in:
Victoria Brekenfeld 2023-03-31 14:04:35 +02:00
parent bc49507353
commit 8f6ad62017
4 changed files with 18 additions and 0 deletions

View file

@ -322,6 +322,7 @@ impl TilingLayout {
) {
let output = seat.active_output();
window.output_enter(&output, window.bbox());
window.set_bounds(output.geometry().size);
self.map_internal(window, &output, Some(focus_stack));
self.refresh();
}