layout: Refactor window opening targets

This commit is contained in:
Ivan Molodetskikh
2024-12-26 09:37:38 +03:00
parent 0d71cb93af
commit daaee43be3
8 changed files with 492 additions and 501 deletions
+1 -1
View File
@@ -859,7 +859,7 @@ impl State {
});
}
width = ws.resolve_default_width(rules.default_width);
width = ws.resolve_default_width(rules.default_width, is_floating);
let configure_width = if is_full_width {
Some(ColumnWidth::Proportion(1.))