diff --git a/src/layout/workspace.rs b/src/layout/workspace.rs index 5e397c93..4ade1757 100644 --- a/src/layout/workspace.rs +++ b/src/layout/workspace.rs @@ -557,7 +557,8 @@ impl Workspace { let activate = activate.map_smart(|| self.active_window().unwrap().id() == next_to); let floating_has_window = self.floating.has_window(next_to); - if is_floating || floating_has_window { + + if is_floating && !tile.window().is_pending_fullscreen() { if floating_has_window { self.floating.add_tile_above(next_to, tile, activate); } else { @@ -579,58 +580,26 @@ impl Workspace { tile.floating_pos = Some(pos); self.floating.add_tile(tile, activate); + } - if activate { - self.floating_is_active = FloatingActive::Yes; - } + if activate || self.scrolling.is_empty() { + self.floating_is_active = FloatingActive::Yes; + } + } else if floating_has_window { + self.scrolling + .add_tile(None, tile, activate, width, is_full_width, None); + + if activate { + self.floating_is_active = FloatingActive::No; } } else { self.scrolling .add_tile_right_of(next_to, tile, activate, width, is_full_width); - } - // if is_floating && !tile.window().is_pending_fullscreen() { - // if floating_has_window { - // self.floating.add_tile_above(next_to, tile, activate); - // } else { - // // FIXME: use static pos - // let (next_to_tile, render_pos) = self - // .scrolling - // .tiles_with_render_positions() - // .find(|(tile, _)| tile.window().id() == next_to) - // .unwrap(); - // - // // Position the new tile in the center above the next_to tile. Think a - // // dialog opening on top of a window. - // let tile_size = tile.tile_size(); - // let pos = render_pos - // + (next_to_tile.tile_size().to_point() - tile_size.to_point()) - // .downscale(2.); - // let pos = self.floating.clamp_within_working_area(pos, tile_size); - // let pos = self.floating.logical_to_size_frac(pos); - // tile.floating_pos = Some(pos); - // - // self.floating.add_tile(tile, activate); - // } - // - // if activate || self.scrolling.is_empty() { - // self.floating_is_active = FloatingActive::Yes; - // } - // } else if floating_has_window { - // self.scrolling - // .add_tile(None, tile, activate, width, is_full_width, None); - // - // if activate { - // self.floating_is_active = FloatingActive::No; - // } - // } else { - // self.scrolling - // .add_tile_right_of(next_to, tile, activate, width, is_full_width); - // - // if activate { - // self.floating_is_active = FloatingActive::No; - // } - // } + if activate { + self.floating_is_active = FloatingActive::No; + } + } } } } diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spA1.snap index 827bd7cb..848b895a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spB1.snap index 468aa1e4..f917aaed 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spA2.snap index 982cccc1..170c11e0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spB2.snap index 3272b7b5..f92c00ce 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spA1.snap index 94181b49..66271072 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB1.snap index a877fa91..87f41b28 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB2.snap index c5d4e10c..34acb6ed 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsF-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spA1.snap index 2c04e0bb..a1e5d424 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB1.snap index b9b13019..f7aa4879 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB2.snap index 1e61e489..82dadca0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spA1.snap index 4bc939a3..70b3ba2a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spB1.snap index 1fdd98ca..563d3da3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spA2.snap index 72a0944f..416340be 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spB2.snap index 67be5a9a..fb875f92 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spA1.snap index 0c009d77..e2b98c1f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB1.snap index 7ac494fc..a32862bf 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB2.snap index dbe8191a..83475afc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spA1.snap index 00221432..88241e3c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spB1.snap index 655e4da4..35009f68 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spA2.snap index 4928a69f..f5055a66 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spB2.snap index f068308e..b2643436 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spA1.snap index 30c8d410..a91961dd 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB1.snap index 6ea62b48..0cfdd1cb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB2.snap index 49cf37cc..e8f840df 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spA1.snap index d576f364..46f2fe66 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB1.snap index 9520823e..1cdd5089 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB2.snap index 9fa2e302..fbc291d2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@fsT-wfsBU-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spA1.snap index 5efd1ca0..7d2a8841 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spB1.snap index f0d3d68e..613d723c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spA2.snap index bfd39465..d29a5980 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spB2.snap index 11436d8c..e43694f9 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spA1.snap index ff5435bb..1afc146f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spB1.snap index 6e92a940..22a7733d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsF-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spA1.snap index 2afae6c8..040bef99 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spB1.snap index a603a7fe..12578867 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spA1.snap index 75bec390..b256baf7 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spB1.snap index f0e60cfa..48d71a57 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spA2.snap index ba60695c..1a4a816f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spB2.snap index c4ccf6ed..e783fe49 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spA1.snap index b7a785c4..319f6a87 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spB1.snap index a44fb59f..1f1ad9bf 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spA1.snap index 5b6f0106..ebf4e24a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spB1.snap index 38c38e87..15df4898 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spA1.snap index fac746a5..eb792d97 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spB1.snap index 57cc4d89..41fd7afc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spA1.snap index d962cd93..baec579a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spB1.snap index 81e02f39..8282c19e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spA1.snap index 53255e59..fba5cfeb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spB1.snap index f3952fb8..9d9c59d1 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-fsT-wfsBU-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spA1.snap index 05dea8be..f1a4f0fc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spB1.snap index a7c95e3a..7c5138ad 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spA2.snap index f959e0ad..f2cfb3a2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spB2.snap index 7498a1e0..04a7d454 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spA1.snap index 56675403..b32305ca 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spB1.snap index 41135d8d..342482ea 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spA1.snap index 42f8dc96..3a0cd294 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spB1.snap index 138329e8..0f448f46 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spA1.snap index 3dde1ba4..4fd00cbd 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spB1.snap index 2f27592e..e62a7c70 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spA1.snap index c0f597a3..4c6f848f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spB1.snap index ed4617ac..b4d2b8d7 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out1-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spA1.snap index a68fe620..82b7ab9d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spB1.snap index aba4189f..b9181bb8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spA2.snap index b9d0234b..4e6462d5 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spB2.snap index 9885451e..81c0e686 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spA2.snap index 31273361..526f3351 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spB2.snap index 633f110f..1989b361 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsF-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spA2.snap index 055e3f62..861e74fc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spB2.snap index 42fb16b8..da52f9e9 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spA1.snap index 9ab28313..cff46d37 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spB1.snap index 7ba33290..003738fe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spA2.snap index 0ba0bc93..f3f8120d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spB2.snap index 326526b3..af548953 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spA2.snap index f01e763b..704f03be 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spB2.snap index 482ace61..9effb134 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spA2.snap index 38b7ebaf..34184d4c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spB2.snap index dec87343..08948fb5 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spA2.snap index d5a6396b..a7939501 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spB2.snap index 4f717d42..b5966e77 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spA2.snap index 39d2aaf1..1d3b31cd 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spB2.snap index 9e2bbcdd..ec46f40f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spA2.snap index 0b9ab547..43593041 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spB2.snap index c844ebb1..bb6d70cb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-fsT-wfsBU-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spA1.snap index bf5f2b57..246b2604 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spB1.snap index 1201d367..7845782d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spA2.snap index 83e06381..9d18305b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spB2.snap index 89ebfd48..b8a3deb3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spA2.snap index d0c3850a..5ae0738e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spB2.snap index 5cb789e0..77877719 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spA2.snap index dde265e8..485b35df 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spB2.snap index 3b24b17c..5191d4ba 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spA2.snap index 55eeca4b..dd9eed52 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spB2.snap index 928fc6f9..fb882558 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spA2.snap index 4376c627..e3143bcb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spB2.snap index f3373cb8..f291f678 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@out2-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spA1.snap index 445bb736..6706da46 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spB1.snap index 0963b3cf..539e0099 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spA2.snap index e5e29c60..79f9f795 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spB2.snap index 9038a8c8..078b5a69 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spA1.snap index a831422b..05a19091 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB1.snap index 590784af..af9392ed 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB2.snap index 664c0e2b..0df1a4ec 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spA1.snap index f147b63c..df5b772e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spB1.snap index 9d770de4..c2a58a56 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spA2.snap index f3cce252..2f5b8dfe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spB2.snap index aadfa88f..54cc8f31 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spA1.snap index 50b3d979..7f28ad61 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB1.snap index 99ab00af..99b53af8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB2.snap index 9a9ab2ee..bbc6a5fb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spA1.snap index dff61b79..9805d833 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spB1.snap index ae988e92..ff9c9dbe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spA2.snap index 93177035..f3882242 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spB2.snap index 93c2e087..7224e20b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spA1.snap index a7e5e446..a53f2c33 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spB1.snap index c02ba66a..db4b3afe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsF-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spA1.snap index b7988fb4..a4a08a86 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spB1.snap index e6841027..06d57966 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spA1.snap index ec7d4c4b..02617ebe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spB1.snap index 2515152a..325c9fb2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spA2.snap index 81b95300..a6bfb452 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spB2.snap index 8b782f11..5aa3d5d3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spA1.snap index bdd056bb..e59171da 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spB1.snap index be4777e4..38391d28 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spA1.snap index 8a4564ca..c8315b67 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spB1.snap index 5a0eb7ea..0f658749 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spA1.snap index 32e4b75d..d96c4337 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spB1.snap index 17b14e6f..0fa2a54e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spA1.snap index 5535ee57..a37c6653 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spB1.snap index 3bc93e94..1aa255a3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spA1.snap index 03aa2387..3ef7ed3d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spB1.snap index bb6879ee..40f479ca 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-fsT-wfsBU-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spA1.snap index db5e1a6f..25fcd8f4 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spB1.snap index 5d21792d..a2421880 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spA2.snap index e565b09c..5252dc92 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spB2.snap index a262c407..2d04f506 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spA1.snap index f41039a4..b08a0e69 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spB1.snap index c8d46d3e..84e11ea6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsF-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spA1.snap index 4411a7b7..2c56d530 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spB1.snap index 9181cdb3..d0883442 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spA1.snap index 8f88a20f..0bb5c42f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spB1.snap index 82dc597e..1950588d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spA2.snap index fe0b5bda..cd13147e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spB2.snap index 0250a93d..02cc2be0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spA1.snap index cf2fee2f..41fe974f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spB1.snap index 2634a17c..a2af89d9 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spA1.snap index 3e027073..78e809b5 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spB1.snap index 484c65b5..71f96983 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spA1.snap index 3035f613..5a42118f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spB1.snap index fb5cee83..4732c073 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spA1.snap index edaf90fa..84edc5e2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spB1.snap index 043ad7a1..6c3d305c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spA1.snap index 2af88726..2596631b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spB1.snap index 173e26ee..510e7909 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-fsT-wfsBU-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spA1.snap index 0581a3ef..362ec1c2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spB1.snap index cb5e63f0..761b4ec9 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spA2.snap index dd1e9475..5e2db042 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spB2.snap index 7e3beb3b..129b35da 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spA1.snap index 601267f2..7539f331 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spB1.snap index 7e122aac..e2b8eecc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spA1.snap index 381aacc7..3c5efa12 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spB1.snap index 64148681..dfa11379 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spA1.snap index 8a7110f6..95f83825 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spB1.snap index 90e6536a..423d911e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spA1.snap index 7448329c..1f4377c8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spB1.snap index 5335c832..b3595e9f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out1-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spA1.snap index 790788c5..f41c90d3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spB1.snap index 795de37e..0330d43f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spA2.snap index a27e0b8c..b22bd6e8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spB2.snap index 1841bf1f..cac78f66 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spA1.snap index ce3a0da4..0d886ddb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spB1.snap index 21be99f4..86aec18a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsF-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spA1.snap index d417b18a..1ce3c046 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spB1.snap index fef8fa08..19cef0e5 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spA1.snap index aef6ea3a..366f03ff 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spB1.snap index fdb4f665..debd9a7d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spA2.snap index 9ebb3125..c1692036 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spB2.snap index 8bf7b24c..e38aaec3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spA1.snap index 94004cd8..0f9e325d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spB1.snap index d007fae9..6ebf4f21 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spA1.snap index 78418f9c..cb7f55d1 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spB1.snap index 31d34ed4..22549b36 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spA1.snap index 8107b3f2..cc451a9d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spB1.snap index 636d8cda..16291354 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spA1.snap index 597d37a5..4855654a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spB1.snap index dd574716..97e0f525 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spA1.snap index 2bd9484c..d89ce3b3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spB1.snap index 3c5f9d9d..ce840da0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-fsT-wfsBU-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spA1.snap index 623353e6..b394d316 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spB1.snap index 0772bcce..fa48c456 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spA2.snap index bee424a9..04542041 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spB2.snap index b4c6a08d..6ef6e45d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spA1.snap index 2c5f52d8..d8e79ff0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spB1.snap index 6330243f..56d9d33e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spA1.snap index 1a9102cd..6258769c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spB1.snap index 6a711ae0..538379a2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spA1.snap index 4491b329..15adfdb3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spB1.snap index c767b328..9ce80060 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spA1.snap index dc6b2335..13a7aeba 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spB1.snap index f5e39924..6bda004b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-out2-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spA1.snap index add1bf47..e08c68d0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spB1.snap index ed6ab72c..5880e6ac 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spA2.snap index 7a8e7f8c..99351679 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spB2.snap index bc9ac20f..62948620 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spA1.snap index 0190f44a..c588dee8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spA1.snap @@ -12,4 +12,4 @@ size: 616 × 688, bounds: 1248 × 688, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spB1.snap index f02de852..8e94cda9 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsAN-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1280 × 720, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spA1.snap index a93b7895..13438408 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spB1.snap index d1775b82..9fc993c7 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB1-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spA1.snap index 084760fd..7f2e86f6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spB1.snap index 99c27046..1f38312c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsB2-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spA1.snap index 18f38f21..2eb1ce8a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spA1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spB1.snap index 97e838fb..6bae37b2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws1-wfsBN-spB1.snap @@ -11,4 +11,4 @@ initial configure: size: 1280 × 720, bounds: 1280 × 720, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spA1.snap index 08eeef69..32d1bd35 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spB1.snap index 17b57e60..8361ac2a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spA2.snap index c4e5cc62..331de465 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spB2.snap index 3742ab7c..f2826a18 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spA2.snap index 27a7828b..7901fe90 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spB2.snap index 54a83343..4ab7b9ca 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsF-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spA2.snap index 2bab9e4e..b199bb27 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spB2.snap index e2e4a545..cc8598df 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spA1.snap index 3ad16128..5f3c6630 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spB1.snap index 4b2f4481..262840a0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spA2.snap index b4f5531a..9814d2a0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spB2.snap index 17981e2c..8c0a86a3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spA2.snap index 472ae3d0..26714ee1 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spB2.snap index 4f7e0a77..d6098cc7 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spA2.snap index edc34165..7ac7cc85 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spB2.snap index b0915176..7915798a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spA2.snap index 2d3bf6ff..1ab39343 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spB2.snap index 0709aaf4..55aec60b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spA2.snap index 13bbd756..d5147c15 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spB2.snap index fe84539d..ab9e7eb6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spA2.snap index 0ce2a3bf..e175c160 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spB2.snap index e148e79d..086bba20 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-fsT-wfsBU-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spA1.snap index 57d308b2..56e69dbe 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spB1.snap index 58cffdd9..2ec13322 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spA2.snap index 2b06115d..09645b09 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spB2.snap index 378894c1..d158c954 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spA2.snap index 59a3ce6c..04242730 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spB2.snap index c04572fe..4b134b93 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsF-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spA2.snap index 030bb983..0cfb3cb4 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spB2.snap index 9f21f2d4..debe56bd 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spA1.snap index 25a26717..d6f5c6a3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spB1.snap index b20db0bf..d91a315e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spA2.snap index c6ef0d04..5fb43a96 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spB2.snap index 7c67bc14..8de76865 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spA2.snap index eac82483..67bbe79c 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spB2.snap index c4cfa2cc..517e355e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spA2.snap index 2c476f70..9d534140 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spB2.snap index db0ae844..971f3a83 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spA2.snap index d71f656f..6cc47c59 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spB2.snap index c7c48ca8..1e0f25c6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spA2.snap index 46d567e0..66aa3963 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spB2.snap index d35874c1..44d07ed3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spA2.snap index 541aaa64..a3a30c7a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spB2.snap index c8058f6f..ab026ee3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-fsT-wfsBU-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spA1.snap index 28330ef8..f24c1fe8 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spB1.snap index 5ecd4cf5..bce0fc19 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spA2.snap index 86f4c9a4..3da318cc 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spB2.snap index 160d505c..6aed466a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spA2.snap index f870cb9b..da26f3b3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spB2.snap index a054503c..cd0d2eb6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spA2.snap index 86288ef4..dfca2a29 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spB2.snap index cb994a7a..41ff50f7 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spA2.snap index 555279b2..f9dea4ef 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spB2.snap index 6749c70e..0091c1b0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spA2.snap index fe79963e..23276c7b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spB2.snap index e567357f..a4b69317 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out1-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spA1.snap index ad644d15..853b07de 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spB1.snap index b42e56c1..855c7045 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spA2.snap index cec7ab02..1ae53fa6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spB2.snap index 113676d0..ee4974d6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spA2.snap index 1e2a25ef..8a83a721 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spB2.snap index 7092896e..4c58d355 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsF-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spA2.snap index ff0d9707..cad11f70 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spB2.snap index 0695b750..5d78ec36 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spA1.snap index 340599b9..b47ee4db 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spB1.snap index 092b0a8b..5012c35a 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spA2.snap index 64cadc61..19914dea 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spB2.snap index 9bcd396d..7429e60e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spA2.snap index 133ce2fd..af71aca6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spB2.snap index 3c3f6d23..2145e9a0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spA2.snap index c0ad3505..67b217d3 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spB2.snap index 97a87211..ca3cad38 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spA2.snap index e564e938..af1bf5b6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spB2.snap index 71bc1bf6..f79f14e2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spA2.snap index 14e6b019..0203c6bb 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spB2.snap index 3ce9245b..d0ba8d82 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spA2.snap index da613f77..5a2a49a2 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spB2.snap index 44f4a6bb..9d69a36b 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-fsT-wfsBU-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spA1.snap index e76512d3..8c973343 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spB1.snap index 8ca231d3..624fc6e4 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spA2.snap index 3ef92689..715b293f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spB2.snap index 70b37f29..d15b4e68 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spA2.snap index 1e162131..77cb2d1d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spB2.snap index 18ba6b20..4c04fb3e 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spA2.snap index 9cbe1cc4..fbdd2d87 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spB2.snap index 7c76a1c4..eb41d4e4 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spA2.snap index 77dedc73..e6df6408 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spB2.snap index 3bdeadac..9202b77f 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spA2.snap index 27b9c726..96c05e25 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spB2.snap index 5ccfeabd..f4a00539 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-out2-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spA1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spA1.snap index 534b379d..ffe8e2f6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spA1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spA1.snap @@ -12,4 +12,4 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spB1.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spB1.snap index 6464b131..f82d5fd0 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spB1.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA1-spB1.snap @@ -12,4 +12,4 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen] -size: 0 × 0, bounds: 1280 × 720, states: [Activated] +size: 1280 × 720, bounds: 1248 × 688, states: [Fullscreen, Activated] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spA2.snap index d6c41f2f..6e29f9ae 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spB2.snap index ac782fd8..6aaf043d 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsA2-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spA2.snap index 63112c68..89cf3f74 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spA2.snap @@ -12,4 +12,3 @@ size: 936 × 1048, bounds: 1888 × 1048, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spB2.snap index dcdf6682..49728a42 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsAN-spB2.snap @@ -12,4 +12,3 @@ size: 0 × 0, bounds: 1920 × 1080, states: [] post-map configures: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spA2.snap index cd3457d7..42928ab6 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spB2.snap index 65ba1c05..1e4f67e4 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB1-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spA2.snap index c367444c..3a5f35f5 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spB2.snap index be5de2c3..f6d3d249 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsB2-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spA2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spA2.snap index 961f8e29..4e725eed 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spA2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spA2.snap @@ -11,4 +11,3 @@ initial configure: size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] diff --git a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spB2.snap b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spB2.snap index ae06f054..05224614 100644 --- a/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spB2.snap +++ b/src/tests/snapshots/niri__tests__window_opening__check_target_output_and_workspace@ws2-wfsBN-spB2.snap @@ -11,4 +11,4 @@ initial configure: size: 1920 × 1080, bounds: 1920 × 1080, states: [Fullscreen] post-map configures: -size: 0 × 0, bounds: 1920 × 1080, states: [] +size: 1920 × 1080, bounds: 1888 × 1048, states: [Fullscreen]