mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #745] [MERGED] komorebi: hide the border window when unmanged windows are focused #1084
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/745
Author: @raggi
Created: 4/13/2024
Status: ✅ Merged
Merged: 4/13/2024
Merged by: @LGUG2Z
Base:
master← Head:raggi/border-window-stuck📝 Commits (1)
69b9a22komorebi: hide the border window when unmanged windows are focused📊 Changes
2 files changed (+23 additions, -7 deletions)
View changed files
📝
komorebi/src/process_event.rs(+20 -0)📝
komorebi/src/windows_callbacks.rs(+3 -7)📄 Description
Previously we were dropping events that don't pertain to managed windows, with one exception in should_manage that could probably do with further cleanup (DisplayChange). This first step fixes the latent border window problem, where we would retain a border window when the last managed window was closed and focus transitioned to an unmanaged window.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.