Add per-output layout config

This commit is contained in:
Ivan Molodetskikh
2025-09-25 18:15:46 +03:00
parent a5e285865b
commit 09cf8402c3
7 changed files with 134 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ impl Layout {
..Default::default()
};
let mut layout = niri::layout::Layout::with_options(clock.clone(), options);
layout.add_output(output.clone());
layout.add_output(output.clone(), None);
let start_time = clock.now_unadjusted();