-
Notifications
You must be signed in to change notification settings - Fork 134
exwm-layout--refresh-workspace is slow with many windows #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(note: this is hardly a high priority, just something I've noticed) |
Do you have
|
Both. I try to treat X windows as emacs buffers as much as possible.
Can X windows make themselves visible or is this just a matter of tracking known visible/invisible windows per workspace? |
(@Stebalien, could you have a look at #688/#737?) I don't think it's easy. |
We'll need to save & update their states as what @medranocalvo had explained. I'd like to give this a try when I find the time. |
Whenever I open a minibuffer or re-arrange a window, EXWM runs
exwm-layout--refresh-workspace
. Unfortunately, I often have many (~75) windows open (I use windows with Firefox instead of tabs so I can manage them with EXWM).This means 10-15% of the time is spent iterating over all the open windows.
With native-comp enabled:
Without:
The text was updated successfully, but these errors were encountered: