mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
layout: Refactor window opening targets
This commit is contained in:
@@ -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.))
|
||||
|
||||
Reference in New Issue
Block a user