Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): stop wrongfully removing layout-flip
This commit removes the code on the workspace `update` on `layout-rules` where it was setting the `layout-flip` to `None` if the layout was different from `BSP`. This appears to be some old code when the layout-flip would only apply to the `BSP` layout. However now it appears to apply to all layouts so this code shouldn't exist. This commit also changes the docs from the `FlipLayout` command to remove the statement that only applied to `BSP` since it is no longer true.
- Loading branch information