mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 17:48:34 +02:00
fix(wm): hot reload cross boundary behaviour changes
This commit is contained in:
@@ -1213,6 +1213,10 @@ impl StaticConfig {
|
|||||||
wm.cross_monitor_move_behaviour = val;
|
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 {
|
if let Some(val) = value.unmanaged_window_operation_behaviour {
|
||||||
wm.unmanaged_window_operation_behaviour = val;
|
wm.unmanaged_window_operation_behaviour = val;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user