mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1318] [MERGED] fix(borders): ignore borders on all stack updates #1320
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/1318
Author: @alex-ds13
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @LGUG2Z
Base:
master← Head:fix(borders)/ignore-borders-on-all-stack-updates📝 Commits (1)
1679e07fix(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_windowon 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.