| Age | Commit message (Collapse) | Author |
|
|
|
I didn't properly update it for the Smithay refactor. It was reading
initial_configure_sent too early. This worked before when niri had to reset it
manually, but it no longer works now that it is automatically reset already
before entering this function.
|
|
Hits a code path that reads the last acked state after unmapping.
|
|
Otherwise it keeps inf-looping.
|
|
|
|
Using [`typos`](https://github.com/crate-ci/typos) cli
|
|
|
|
These tests make a real Niri instance and real Wayland clients (via manual
wayland-rs implementation), both on the same event loop local to the test. This
allows testing the full Wayland interaction, including arbitrary event ordering
and delays.
To start off, add a massive powerset test for the settings that influence where
a window may open.
|