[PR #1318] [MERGED] fix(borders): ignore borders on all stack updates #1320

Closed
opened 2026-01-05 14:54:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1318
Author: @alex-ds13
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @LGUG2Z

Base: masterHead: fix(borders)/ignore-borders-on-all-stack-updates


📝 Commits (1)

  • 1679e07 fix(borders): ignore borders on all stack window updates

📊 Changes

2 files changed (+7 additions, -15 deletions)

View changed files

📝 komorebi/src/container.rs (+5 -13)
📝 komorebi/src/window_manager.rs (+2 -2)

📄 Description

This is a simple fix to make it so every time we call load_focused_window on a container we ignore the borders, since this function will only be performing hiding/restoring of windows if that container is a stack and in that case we want the container border to not be hidden so it doesn't flicker.


🔄 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/1318 **Author:** [@alex-ds13](https://github.com/alex-ds13) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `fix(borders)/ignore-borders-on-all-stack-updates` --- ### 📝 Commits (1) - [`1679e07`](https://github.com/LGUG2Z/komorebi/commit/1679e07566ff7faa28cf16edb9e30d0a3c8dca2d) fix(borders): ignore borders on all stack window updates ### 📊 Changes **2 files changed** (+7 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/container.rs` (+5 -13) 📝 `komorebi/src/window_manager.rs` (+2 -2) </details> ### 📄 Description This is a simple fix to make it so every time we call `load_focused_window` on a container we ignore the borders, since this function will only be performing hiding/restoring of windows if that container is a stack and in that case we want the container border to not be hidden so it doesn't flicker. <!-- 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>
adam added the pull-request label 2026-01-05 14:54:52 +01:00
adam closed this issue 2026-01-05 14:54:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1320