mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
Add per-output layout config
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user