output_configuration: Set wlr_output_head serial number

This commit is contained in:
Christian Duvholt 2025-08-10 20:38:31 +02:00 committed by Victoria Brekenfeld
parent ec36104cd9
commit 1db1d8149b
4 changed files with 9 additions and 0 deletions

View file

@ -94,6 +94,7 @@ impl X11State {
subpixel: Subpixel::Unknown,
make: "COSMIC".to_string(),
model: name.clone(),
serial_number: "Unknown".to_string(),
};
let mode = Mode {
size: (size.w as i32, size.h as i32).into(),