diff --git a/client/src/output/video.rs b/client/src/output/video.rs index 0dc5bac..51f331a 100644 --- a/client/src/output/video.rs +++ b/client/src/output/video.rs @@ -59,9 +59,6 @@ impl MonitorWindow { /* -------- move/resize overlay ---------------------------------- */ if let Some(sink_elem) = pipeline.by_name("sink") { - // give the native window a predictable title for wmctrl/placement - let _ = sink_elem.set_property("window-title", &format!("Lesavka-eye-{id}")); - if let Ok(overlay) = sink_elem.dynamic_cast::() { if let Some(r) = rects.get(id as usize) { // 1. Tell glimagesink how to crop the texture in its own window