Skip to content

Commit

Permalink
fix(wm): hot reload cross boundary behaviour changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Sep 16, 2024
1 parent de3d4d0 commit 7005a01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions komorebi/src/static_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7005a01

Please sign in to comment.