mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1240] [MERGED] fix(wm): stop wrongfully removing layout-flip #1268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1240
Author: @alex-ds13
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/23/2025
Merged by: @LGUG2Z
Base:
master← Head:fix(wm)/layout-flip-removed-by-layout-rules📝 Commits (1)
769e187fix(wm): stop wrongfully removing layout-flip📊 Changes
2 files changed (+1 additions, -5 deletions)
View changed files
📝
komorebi/src/workspace.rs(+0 -4)📝
komorebic/src/main.rs(+1 -1)📄 Description
This commit removes the code on the workspace
updateonlayout-ruleswhere it was setting thelayout-fliptoNoneif the layout was different fromBSP. This appears to be some old code when the layout-flip would only apply to theBSPlayout. However now it appears to apply to all layouts so this code shouldn't exist. This commit also changes the docs from theFlipLayoutcommand to remove the statement that only applied toBSPsince it is no longer true.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.