fix(wm): preserve resize dimensions on offset toggle

This commit ensures that the resize dimensions will be reserved for
other monitors and workspaces when the
toggle-window-based-work-area-offset command is used.
This commit is contained in:
LGUG2Z
2025-03-02 13:49:06 -08:00
parent 7d497c3e14
commit dd577c0eb3

View File

@@ -1533,7 +1533,7 @@ impl WindowManager {
!workspace.apply_window_based_work_area_offset(),
);
self.retile_all(false)?;
self.retile_all(true)?;
}
SocketMessage::QuickSave => {
let workspace = self.focused_workspace()?;