fix(wayland): name the seat

This commit is contained in:
Nova
2025-07-31 17:43:51 -07:00
parent d234d6f765
commit 173f32706d

View File

@@ -148,6 +148,8 @@ impl WlRegistry for Registry {
} else {
tracing::warn!("No display found to set seat");
}
seat.name(client, new_id.object_id, "theonlyseat".into())
.await?;
seat.advertise_capabilities(client, new_id.object_id)
.await?;
tracing::info!("Seat capabilities advertised");