5960da2 Revert "fix(borders): do multiple render passes when required"
71f855b fix(borders): update monitor_idx on all borders
📊 Changes
1 file changed (+205 additions, -227 deletions)
View changed files
📝komorebi/src/border_manager/mod.rs (+205 -227)
📄 Description
This PR reverts the commit that introduced multiple render passes (5919f88b38) for the borders since that is not needed to fix the issue it was trying to fix. This PR includes the actual fix for that issue.
🔄 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/1355
**Author:** [@alex-ds13](https://github.com/alex-ds13)
**Created:** 3/17/2025
**Status:** ✅ Merged
**Merged:** 3/18/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `fix/better-border-across-monitor-fix`
---
### 📝 Commits (2)
- [`5960da2`](https://github.com/LGUG2Z/komorebi/commit/5960da27a799a43fd14175a2ec59267ecbd23e45) Revert "fix(borders): do multiple render passes when required"
- [`71f855b`](https://github.com/LGUG2Z/komorebi/commit/71f855b3f6822764aaa38c68dc0a83bce17e0cfe) fix(borders): update monitor_idx on all borders
### 📊 Changes
**1 file changed** (+205 additions, -227 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/border_manager/mod.rs` (+205 -227)
</details>
### 📄 Description
This PR reverts the commit that introduced multiple render passes (5919f88b389d8f73ad6d799b1e05801bcfd4c2aa) for the borders since that is not needed to fix the issue it was trying to fix. This PR includes the actual fix for that issue.
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<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/1355
Author: @alex-ds13
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/better-border-across-monitor-fix📝 Commits (2)
5960da2Revert "fix(borders): do multiple render passes when required"71f855bfix(borders): update monitor_idx on all borders📊 Changes
1 file changed (+205 additions, -227 deletions)
View changed files
📝
komorebi/src/border_manager/mod.rs(+205 -227)📄 Description
This PR reverts the commit that introduced multiple render passes (
5919f88b38) for the borders since that is not needed to fix the issue it was trying to fix. This PR includes the actual fix for that issue.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.