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.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/745
**Author:** [@raggi](https://github.com/raggi)
**Created:** 4/13/2024
**Status:** ✅ Merged
**Merged:** 4/13/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `raggi/border-window-stuck`
---
### 📝 Commits (1)
- [`69b9a22`](https://github.com/LGUG2Z/komorebi/commit/69b9a2205e5f134a57deeb233b33cb05c3ef8d92) komorebi: hide the border window when unmanged windows are focused
### 📊 Changes
**2 files changed** (+23 additions, -7 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/process_event.rs` (+20 -0)
📝 `komorebi/src/windows_callbacks.rs` (+3 -7)
</details>
### 📄 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.