I have this config in my komorebi.json but I would like to be able to toggle this in anyway, is there a workaround?
"monitors": [ { "window_based_work_area_offset": { "left": 200, "right": 400, "top": 0, "bottom": 0 }, "workspaces": [ { "name": "1", "layout": "BSP", "initial_workspace_rules": [ { "kind": "Exe", "matching_strategy": "Contains", "id": "zen" }, { "kind": "Exe", "matching_strategy": "Contains", "id": "idea64" } ], "apply_window_based_work_area_offset": true }