Replace references to "exwayland" with "satellite"

Exwayland was the original working name for the project, but satellite
is way cooler.
This commit is contained in:
Shawn Wallace 2024-07-07 17:07:39 -04:00
parent 5150791e76
commit 3140b7c83e
2 changed files with 64 additions and 64 deletions

View file

@ -213,7 +213,7 @@ impl XState {
window: self.wm_window,
property: self.atoms.net_wm_name,
r#type: x::ATOM_STRING,
data: b"exwayland wm",
data: b"xwayland-satellite",
})
.unwrap();