mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Thin active window borders #126
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 @LGUG2Z on GitHub (Aug 11, 2022).
Originally assigned to: @LGUG2Z on GitHub.
Is your feature request related to a problem? Please describe.
The current implementation of active window borders draws a filled rectangle behind the focused window. This means that if translucency is enabled in various apps such as Windows Terminal, the user will only ever see the colour of the filled rectangle behind the focused window.
Describe the solution you'd like
Borders should not require an entire filled rectangle behind the focused window, but instead just a thin, un-filled rectangle around the outside of the focused window.
Describe alternatives you've considered
It may have been possible to handle this by allowing the user to set the opacity of the filled border rectangle, but that still doesn't solve the actual issue.
Additional context
The problem doesn't really impact users on Windows 10.
@LGUG2Z commented on GitHub (Aug 11, 2022):
The ongoing work on this issue is available to monthly sponsors in the early access repository
https://github.com/LGUG3Z/komorebi-dev/tree/feature/active-border-thin