Conversation
|
Why this overcomplication? Just set inactive to alpha color |
Author
|
@Bellavene because inactive to alpha uses resources still |
|
I would love this, I vibe coded a quick replacement that uses about 35mb (appkit) of memory and I have been using it but i assume that JB with this feature it would be even less without the appkit overhead. In its current configuration i have seen JB use over 500MB. |
Author
|
@YetAnotherDev I'm not using JB anymore as I started building my own open source window manager with this feature built-in but as far as I remember:
|
|
Dunno what you are talking about, my is using 60Mb of RAM right now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
active_only=onmode that only keeps a border for the focused windowactive_onlymode to reduce churn during focus changesactive_onlyresponsiveness on space changesinactive_colorhas no visible effect inactive_onlymodeMotivation
This adds a lower-memory mode for setups that do not need inactive window borders. The default behavior stays unchanged unless
active_only=onis explicitly enabled.Testing
makeborders active_only=onand verified focus changes and space changes still update the border