mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-23 18:01:12 +01:00
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:
@@ -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()?;
|
||||
|
||||
Reference in New Issue
Block a user