diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index bf3e2b78..f00cee6e 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -1213,6 +1213,10 @@ impl StaticConfig { wm.cross_monitor_move_behaviour = val; } + if let Some(val) = value.cross_boundary_behaviour { + wm.cross_boundary_behaviour = val; + } + if let Some(val) = value.unmanaged_window_operation_behaviour { wm.unmanaged_window_operation_behaviour = val; }