mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Window border quirks #346
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?
Originally created by @Zerogaku on GitHub (Apr 20, 2024).
Describe the bug
After closing a window sometimes the border will persist, and when starting komorebi up, the window border will be placed incorrectly, they sometimes still persist when swapping workspaces
To Reproduce
Steps to reproduce the behavior:
Expected behavior
window border gets positioned properly when komorebi starts, and window border should not persist when window closes
Screenshots and Videos
https://github.com/LGUG2Z/komorebi/assets/144664603/490ecca9-4f5f-4fb0-bf52-8a6c208172db
https://github.com/LGUG2Z/komorebi/assets/144664603/3d067714-186f-46c4-802d-00cc765febec
Operating System
komorebic checkOutputAdditional context
I'm using ahk v2 to run apps:
@azinsharaf commented on GitHub (Apr 22, 2024):
it is a known issue.
https://lgug2z.github.io/komorebi/common-workflows/active-window-border.html
"This feature is not considered stable, and you may encounter visual artifacts from time to time."
@markox92 commented on GitHub (May 1, 2024):
Any news about this problem ?
@LGUG2Z commented on GitHub (May 1, 2024):
Pinning this for more visibility and to hopefully find others who are willing to work on fixing these remaining border bugs. 🤞
@LGUG2Z commented on GitHub (May 1, 2024):
Moving discussion of https://github.com/LGUG2Z/komorebi/issues/801 here
@LGUG2Z commented on GitHub (May 11, 2024):
I'm working on a complete overhaul over the border code and I think I have nailed most of the common edge cases.
You can run from this branch if you'd like to try out the new approach (no config changes required) https://github.com/LGUG2Z/komorebi/tree/feature/border-manager
@LGUG2Z commented on GitHub (May 12, 2024):
Ghost tiles have been fixed with
6a1ed3bcaaThe retile command now also destroys and recreates all borders.
Closing this catch-all issue for now, please open new issues for specific edge cases you find in the future @nahid6970 @Zerogaku