mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1331] [MERGED] fix(wm): focus correct window if monocled stack #1330
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/1331
Author: @alex-ds13
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/cycle-stacked-monocle📝 Commits (1)
57a3899fix(wm): focus correct window if monocled stack📊 Changes
2 files changed (+12 additions, -3 deletions)
View changed files
📝
komorebi/src/process_command.rs(+0 -3)📝
komorebi/src/window_manager.rs(+12 -0)📄 Description
Previously if we had a stack on a monocle container and tried to cycle stack or move the window within the stack or even using the focus stack window from a bar it would focus the wrong window and temporarely show that wrong window. This commit fixes this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.